Shades of Rust #B42900
Tints of Rust #B42900
RGB
CMYK
RGB Variations
Color information
#B42900 (or 0xB42900) is known color: Rust. HEX triplet: B4, 29 and 00. RGB value is (180,41,0). Sum of RGB (Red+Green+Blue) = 180+41+0=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B42900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42900 is #4BD6FF. Grayscale: #4E4E4E. Windows color (decimal): -4970240 or 10676. OLE color: 10676.
HSL color Cylindrical-coordinate representation of color #B42900: hue angle of 13.67º 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 #B42900 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.29 |
| HSL | 13.67º | 1% | 0.35% | - |
| HSV(B) | 13.67º | 1% | 0.71% | - |
| XYZ | 19.62 | 11.29 | 1.15 | - |
| YUV | 77.89 | 84.05 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 0 | 0 | 0.77 | 1 | 0.29 | 13.67 | 1 | 0.35 |
| Hex | B4 | 29 | 0 | 0 | 4D | 64 | 1D | E | 64 | 23 |
| Octal | 264 | 51 | 0 | 0 | 115 | 144 | 35 | 16 | 144 | 43 |
| Binary | 10110100 | 101001 | 0 | 0 | 1001101 | 1100100 | 11101 | 1110 | 1100100 | 100011 |
Color Harmonies of #B42900
Complementary color
Monochromatic Colors of #B42900
Black with #B42900
Text Example
Text Example
White with #B42900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42900; }
p { color: rgb(180,41,0); }
H1.HeaderClassName
{
color: #B42900;
}
.AnyTagClassName
{
color: #B42900;
}
</style>
background-color css
<style>
a { background-color: #B42900; }
a { background-color: rgb(180,41,0); }
div.DivClassName
{
background-color: #B42900;
}
.BgClassName
{
background-color: #B42900;
}
</style>
border-color css
<style>
span { border-color: #B42900; }
span { border-color: rgb(180,41,0); }
td.TdClassName
{
border-color: #B42900;
}
.TagClassName
{
border-color: #B42900;
}
</style>