#B84B13

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

Shades of Rust #B84B13

Tints of Rust #B84B13

Color information

#B84B13 (or 0xB84B13) is unknown color: approx Rust. HEX triplet: B8, 4B and 13. RGB value is (184,75,19). Sum of RGB (Red+Green+Blue) = 184+75+19=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84B13 is #47B4EC. Grayscale: #656565. Windows color (decimal): -4699373 or 1264568. OLE color: 1264568.

HSL color Cylindrical-coordinate representation of color #B84B13: hue angle of 20.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84B13 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1847519-
CMYK00.590.900.28
HSL20.36º81.28%39.8%-
HSV(B)20.36º89.67%72.16%-
XYZ22.415.272.38-
YUV101.2181.61187.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.19%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 19 (7.81% from 255) = 6.83%
R=66.19%
G=26.98%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184751900.590.900.2820.3681.2839.8
HexB84B1303B5A1C145128
Octal27011323073132342412150
Binary101110001001011100110111011101101011100101001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84B13; }

 p { color: rgb(184,75,19); }

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

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

 a { background-color: rgb(184,75,19); }

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

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

 span { border-color: rgb(184,75,19); }

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