Shades of Rust #B42D08
Tints of Rust #B42D08
RGB
CMYK
RGB Variations
Color information
#B42D08 (or 0xB42D08) is known color: Rust. HEX triplet: B4, 2D and 08. RGB value is (180,45,8). Sum of RGB (Red+Green+Blue) = 180+45+8=233 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.25% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42D08 is #4BD2F7. Grayscale: #515151. Windows color (decimal): -4969208 or 535988. OLE color: 535988.
HSL color Cylindrical-coordinate representation of color #B42D08: hue angle of 12.91º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B42D08 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 8 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.29 |
| HSL | 12.91º | 0.91% | 0.37% | - |
| HSV(B) | 12.91º | 0.96% | 0.71% | - |
| XYZ | 19.8 | 11.6 | 1.42 | - |
| YUV | 81.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 8 | 0 | 0.75 | 0.96 | 0.29 | 12.91 | 0.91 | 0.37 |
| Hex | B4 | 2D | 8 | 0 | 4B | 60 | 1D | D | 5B | 25 |
| Octal | 264 | 55 | 10 | 0 | 113 | 140 | 35 | 15 | 133 | 45 |
| Binary | 10110100 | 101101 | 1000 | 0 | 1001011 | 1100000 | 11101 | 1101 | 1011011 | 100101 |
Color Harmonies of #B42D08
Complementary color
Monochromatic Colors of #B42D08
Black with #B42D08
Text Example
Text Example
White with #B42D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D08; }
p { color: rgb(180,45,8); }
H1.HeaderClassName
{
color: #B42D08;
}
.AnyTagClassName
{
color: #B42D08;
}
</style>
background-color css
<style>
a { background-color: #B42D08; }
a { background-color: rgb(180,45,8); }
div.DivClassName
{
background-color: #B42D08;
}
.BgClassName
{
background-color: #B42D08;
}
</style>
border-color css
<style>
span { border-color: #B42D08; }
span { border-color: rgb(180,45,8); }
td.TdClassName
{
border-color: #B42D08;
}
.TagClassName
{
border-color: #B42D08;
}
</style>