Shades of Rust #B42A00
Tints of Rust #B42A00
RGB
CMYK
RGB Variations
Color information
#B42A00 (or 0xB42A00) is known color: Rust. HEX triplet: B4, 2A and 00. RGB value is (180,42,0). Sum of RGB (Red+Green+Blue) = 180+42+0=222 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.08% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42A00 is #4BD5FF. Grayscale: #4E4E4E. Windows color (decimal): -4969984 or 10932. OLE color: 10932.
HSL color Cylindrical-coordinate representation of color #B42A00: hue angle of 14º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B42A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 42 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.29 |
| HSL | 14º | 1% | 0.35% | - |
| HSV(B) | 14º | 1% | 0.71% | - |
| XYZ | 19.65 | 11.36 | 1.16 | - |
| YUV | 78.47 | 83.72 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 0 | 0 | 0.77 | 1 | 0.29 | 14 | 1 | 0.35 |
| Hex | B4 | 2A | 0 | 0 | 4D | 64 | 1D | E | 64 | 23 |
| Octal | 264 | 52 | 0 | 0 | 115 | 144 | 35 | 16 | 144 | 43 |
| Binary | 10110100 | 101010 | 0 | 0 | 1001101 | 1100100 | 11101 | 1110 | 1100100 | 100011 |
Color Harmonies of #B42A00
Complementary color
Monochromatic Colors of #B42A00
Black with #B42A00
Text Example
Text Example
White with #B42A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42A00; }
p { color: rgb(180,42,0); }
H1.HeaderClassName
{
color: #B42A00;
}
.AnyTagClassName
{
color: #B42A00;
}
</style>
background-color css
<style>
a { background-color: #B42A00; }
a { background-color: rgb(180,42,0); }
div.DivClassName
{
background-color: #B42A00;
}
.BgClassName
{
background-color: #B42A00;
}
</style>
border-color css
<style>
span { border-color: #B42A00; }
span { border-color: rgb(180,42,0); }
td.TdClassName
{
border-color: #B42A00;
}
.TagClassName
{
border-color: #B42A00;
}
</style>