#B84214

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

Shades of Rust #B84214

Tints of Rust #B84214

Color information

#B84214 (or 0xB84214) is unknown color: approx Rust. HEX triplet: B8, 42 and 14. RGB value is (184,66,20). Sum of RGB (Red+Green+Blue) = 184+66+20=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B84214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84214 is #47BDEB. Grayscale: #606060. Windows color (decimal): -4701676 or 1327800. OLE color: 1327800.

HSL color Cylindrical-coordinate representation of color #B84214: hue angle of 16.83º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B84214 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB1846620-
CMYK00.640.890.28
HSL16.83º80.39%40%-
HSV(B)16.83º89.13%72.16%-
XYZ21.8414.142.24-
YUV96.0485.09190.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.15%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 20 (8.20% from 255) = 7.41%
R=68.15%
G=24.44%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184662000.640.890.2816.8380.3940
HexB84214040591C115028
Octal270102240100131342112050
Binary1011100010000101010001000000101100111100100011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84214; }

 p { color: rgb(184,66,20); }

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

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

 a { background-color: rgb(184,66,20); }

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

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

 span { border-color: rgb(184,66,20); }

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