#B42D09

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

Shades of Rust #B42D09

Tints of Rust #B42D09

Color information

#B42D09 (or 0xB42D09) is unknown color: approx Rust. HEX triplet: B4, 2D and 09. RGB value is (180,45,9). Sum of RGB (Red+Green+Blue) = 180+45+9=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42D09 is #4BD2F6. Grayscale: #515151. Windows color (decimal): -4969207 or 601524. OLE color: 601524.

HSL color Cylindrical-coordinate representation of color #B42D09: hue angle of 12.63º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B42D09 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB180459-
CMYK00.750.950.29
HSL12.63º90.48%37.06%-
HSV(B)12.63º95%70.59%-
XYZ19.8111.61.45-
YUV81.2687.23198.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.92%
GREEN value IS 45 (17.97% from 255) = 19.23%
BLUE value IS 9 (3.91% from 255) = 3.85%
R=76.92%
G=19.23%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18045900.750.950.2912.6390.4837.06
HexB42D904B5F1Dd5a25
Octal26455110113137351513245
Binary1011010010110110010100101110111111110111011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D09; }

 p { color: rgb(180,45,9); }

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

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

 a { background-color: rgb(180,45,9); }

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

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

 span { border-color: rgb(180,45,9); }

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