#B9530C

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

Shades of Rust #B9530C

Tints of Rust #B9530C

Color information

#B9530C (or 0xB9530C) is unknown color: approx Rust. HEX triplet: B9, 53 and 0C. RGB value is (185,83,12). Sum of RGB (Red+Green+Blue) = 185+83+12=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9530C is #46ACF3. Grayscale: #696969. Windows color (decimal): -4631796 or 807865. OLE color: 807865.

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

Color convert

RGB1858312-
CMYK00.550.940.27
HSL24.62º87.82%38.63%-
HSV(B)24.62º93.51%72.55%-
XYZ23.1716.532.32-
YUV105.475.29184.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.07%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 12 (5.08% from 255) = 4.29%
R=66.07%
G=29.64%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185831200.550.940.2724.6287.8238.63
HexB953C0375E1B195827
Octal27112314067136333113047
Binary10111001101001111000110111101111011011110011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9530C; }

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

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

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

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

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

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

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

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