#B9520C

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

Shades of Rust #B9520C

Tints of Rust #B9520C

Color information

#B9520C (or 0xB9520C) is unknown color: approx Rust. HEX triplet: B9, 52 and 0C. RGB value is (185,82,12). Sum of RGB (Red+Green+Blue) = 185+82+12=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9520C is #46ADF3. Grayscale: #696969. Windows color (decimal): -4632052 or 807609. OLE color: 807609.

HSL color Cylindrical-coordinate representation of color #B9520C: hue angle of 24.28º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9520C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1858212-
CMYK00.560.940.27
HSL24.28º87.82%38.63%-
HSV(B)24.28º93.51%72.55%-
XYZ23.0916.382.29-
YUV104.8275.62185.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.31%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=66.31%
G=29.39%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185821200.560.940.2724.2887.8238.63
HexB952C0385E1B185827
Octal27112214070136333013047
Binary10111001101001011000111000101111011011110001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9520C; }

 p { color: rgb(185,82,12); }

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

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

 a { background-color: rgb(185,82,12); }

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

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

 span { border-color: rgb(185,82,12); }

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