#B8501C

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

Shades of Rust #B8501C

Tints of Rust #B8501C

Color information

#B8501C (or 0xB8501C) is unknown color: approx Rust. HEX triplet: B8, 50 and 1C. RGB value is (184,80,28). Sum of RGB (Red+Green+Blue) = 184+80+28=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B8501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8501C is #47AFE3. Grayscale: #696969. Windows color (decimal): -4698084 or 1855672. OLE color: 1855672.

HSL color Cylindrical-coordinate representation of color #B8501C: hue angle of 20º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8501C is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB1848028-
CMYK00.570.850.28
HSL20º73.58%41.57%-
HSV(B)20º84.78%72.16%-
XYZ22.8516.012.99-
YUV105.1784.46184.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.01%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 28 (11.33% from 255) = 9.59%
R=63.01%
G=27.40%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184802800.570.850.282073.5841.57
HexB8501C039551C144a2a
Octal27012034071125342411252
Binary101110001010000111000111001101010111100101001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8501C; }

 p { color: rgb(184,80,28); }

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

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

 a { background-color: rgb(184,80,28); }

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

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

 span { border-color: rgb(184,80,28); }

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