#B9510C

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

Shades of Rust #B9510C

Tints of Rust #B9510C

Color information

#B9510C (or 0xB9510C) is unknown color: approx Rust. HEX triplet: B9, 51 and 0C. RGB value is (185,81,12). Sum of RGB (Red+Green+Blue) = 185+81+12=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9510C is #46AEF3. Grayscale: #686868. Windows color (decimal): -4632308 or 807353. OLE color: 807353.

HSL color Cylindrical-coordinate representation of color #B9510C: hue angle of 23.93º 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 #B9510C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1858112-
CMYK00.560.940.27
HSL23.93º87.82%38.63%-
HSV(B)23.93º93.51%72.55%-
XYZ23.0216.232.27-
YUV104.2375.96185.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.55%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 12 (5.08% from 255) = 4.32%
R=66.55%
G=29.14%
B=4.32%

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
Decimal185811200.560.940.2723.9387.8238.63
HexB951C0385E1B185827
Octal27112114070136333013047
Binary10111001101000111000111000101111011011110001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9510C; }

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

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

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

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

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

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

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

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