#B74712

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

Shades of Rust #B74712

Tints of Rust #B74712

Color information

#B74712 (or 0xB74712) is unknown color: approx Rust. HEX triplet: B7, 47 and 12. RGB value is (183,71,18). Sum of RGB (Red+Green+Blue) = 183+71+18=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B74712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74712 is #48B8ED. Grayscale: #626262. Windows color (decimal): -4765934 or 1198007. OLE color: 1198007.

HSL color Cylindrical-coordinate representation of color #B74712: hue angle of 19.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B74712 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1837118-
CMYK00.610.900.28
HSL19.27º82.09%39.41%-
HSV(B)19.27º90.16%71.76%-
XYZ21.8914.622.24-
YUV98.4582.61188.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.28%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=67.28%
G=26.10%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183711800.610.900.2819.2782.0939.41
HexB7471203D5A1C135227
Octal26710722075132342312247
Binary101101111000111100100111101101101011100100111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74712; }

 p { color: rgb(183,71,18); }

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

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

 a { background-color: rgb(183,71,18); }

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

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

 span { border-color: rgb(183,71,18); }

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