#B74C11

Color #B74C11 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B74C11

Tints of Rust #B74C11

Color information

#B74C11 (or 0xB74C11) is unknown color: approx Rust. HEX triplet: B7, 4C and 11. RGB value is (183,76,17). Sum of RGB (Red+Green+Blue) = 183+76+17=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74C11 is #48B3EE. Grayscale: #656565. Windows color (decimal): -4764655 or 1133751. OLE color: 1133751.

HSL color Cylindrical-coordinate representation of color #B74C11: hue angle of 21.33º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B74C11 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1837617-
CMYK00.580.910.28
HSL21.33º83%39.22%-
HSV(B)21.33º90.71%71.76%-
XYZ22.2115.282.31-
YUV101.2780.45186.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 66.30%
GREEN value IS 76 (30.08% from 255) = 27.54%
BLUE value IS 17 (7.03% from 255) = 6.16%
R=66.30%
G=27.54%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183761700.580.910.2821.338339.22
HexB74C1103A5B1C155327
Octal26711421072133342512347
Binary101101111001100100010111010101101111100101011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C11; }

 p { color: rgb(183,76,17); }

 H1.HeaderClassName
 {
   color: #B74C11;
 }
 .AnyTagClassName
 {
   color: #B74C11;
 }
</style>
background-color css

<style>
 a { background-color: #B74C11; }

 a { background-color: rgb(183,76,17); }

 div.DivClassName
 {
   background-color: #B74C11;
 }
 .BgClassName
 {
   background-color: #B74C11;
 }
</style>
border-color css

<style>
 span { border-color: #B74C11; }

 span { border-color: rgb(183,76,17); }

 td.TdClassName
 {
   border-color: #B74C11;
 }
 .TagClassName
 {
   border-color: #B74C11;
 }
</style>