#B5420C

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

Shades of Rust #B5420C

Tints of Rust #B5420C

Color information

#B5420C (or 0xB5420C) is unknown color: approx Rust. HEX triplet: B5, 42 and 0C. RGB value is (181,66,12). Sum of RGB (Red+Green+Blue) = 181+66+12=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B5420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5420C is #4ABDF3. Grayscale: #5E5E5E. Windows color (decimal): -4898292 or 803509. OLE color: 803509.

HSL color Cylindrical-coordinate representation of color #B5420C: hue angle of 19.17º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5420C is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1816612-
CMYK00.640.930.29
HSL19.17º87.56%37.84%-
HSV(B)19.17º93.37%70.98%-
XYZ21.0713.751.89-
YUV94.2381.6189.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.88%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 12 (5.08% from 255) = 4.63%
R=69.88%
G=25.48%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181661200.640.930.2919.1787.5637.84
HexB542C0405D1D135826
Octal265102140100135352313046
Binary101101011000010110001000000101110111101100111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5420C; }

 p { color: rgb(181,66,12); }

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

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

 a { background-color: rgb(181,66,12); }

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

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

 span { border-color: rgb(181,66,12); }

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