#B9320C

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

Shades of Rust #B9320C

Tints of Rust #B9320C

Color information

#B9320C (or 0xB9320C) is unknown color: approx Rust. HEX triplet: B9, 32 and 0C. RGB value is (185,50,12). Sum of RGB (Red+Green+Blue) = 185+50+12=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B9320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9320C is #46CDF3. Grayscale: #565656. Windows color (decimal): -4640244 or 799417. OLE color: 799417.

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

Color convert

RGB1855012-
CMYK00.730.940.27
HSL13.18º87.82%38.63%-
HSV(B)13.18º93.51%72.55%-
XYZ21.2112.621.67-
YUV86.0386.23198.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 74.90%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=74.90%
G=20.24%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185501200.730.940.2713.1887.8238.63
HexB932C0495E1Bd5827
Octal27162140111136331513047
Binary1011100111001011000100100110111101101111011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9320C; }

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

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

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

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

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

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

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

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