Shades of Rust #B42A08
Tints of Rust #B42A08
RGB
CMYK
RGB Variations
Color information
#B42A08 (or 0xB42A08) is known color: Rust. HEX triplet: B4, 2A and 08. RGB value is (180,42,8). Sum of RGB (Red+Green+Blue) = 180+42+8=230 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.26% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42A08 is #4BD5F7. Grayscale: #4F4F4F. Windows color (decimal): -4969976 or 535220. OLE color: 535220.
HSL color Cylindrical-coordinate representation of color #B42A08: hue angle of 11.86º 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 #B42A08 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 42 | 8 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.29 |
| HSL | 11.86º | 0.91% | 0.37% | - |
| HSV(B) | 11.86º | 0.96% | 0.71% | - |
| XYZ | 19.69 | 11.38 | 1.39 | - |
| YUV | 79.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 8 | 0 | 0.77 | 0.96 | 0.29 | 11.86 | 0.91 | 0.37 |
| Hex | B4 | 2A | 8 | 0 | 4D | 60 | 1D | C | 5B | 25 |
| Octal | 264 | 52 | 10 | 0 | 115 | 140 | 35 | 14 | 133 | 45 |
| Binary | 10110100 | 101010 | 1000 | 0 | 1001101 | 1100000 | 11101 | 1100 | 1011011 | 100101 |
Color Harmonies of #B42A08
Complementary color
Monochromatic Colors of #B42A08
Black with #B42A08
Text Example
Text Example
White with #B42A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42A08; }
p { color: rgb(180,42,8); }
H1.HeaderClassName
{
color: #B42A08;
}
.AnyTagClassName
{
color: #B42A08;
}
</style>
background-color css
<style>
a { background-color: #B42A08; }
a { background-color: rgb(180,42,8); }
div.DivClassName
{
background-color: #B42A08;
}
.BgClassName
{
background-color: #B42A08;
}
</style>
border-color css
<style>
span { border-color: #B42A08; }
span { border-color: rgb(180,42,8); }
td.TdClassName
{
border-color: #B42A08;
}
.TagClassName
{
border-color: #B42A08;
}
</style>