Shades of Rust #B42800
Tints of Rust #B42800
RGB
CMYK
RGB Variations
Color information
#B42800 (or 0xB42800) is known color: Rust. HEX triplet: B4, 28 and 00. RGB value is (180,40,0). Sum of RGB (Red+Green+Blue) = 180+40+0=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B42800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42800 is #4BD7FF. Grayscale: #4D4D4D. Windows color (decimal): -4970496 or 10420. OLE color: 10420.
HSL color Cylindrical-coordinate representation of color #B42800: hue angle of 13.33º 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 #B42800 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.29 |
| HSL | 13.33º | 1% | 0.35% | - |
| HSV(B) | 13.33º | 1% | 0.71% | - |
| XYZ | 19.58 | 11.22 | 1.13 | - |
| YUV | 77.3 | 84.38 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 0 | 0 | 0.78 | 1 | 0.29 | 13.33 | 1 | 0.35 |
| Hex | B4 | 28 | 0 | 0 | 4E | 64 | 1D | D | 64 | 23 |
| Octal | 264 | 50 | 0 | 0 | 116 | 144 | 35 | 15 | 144 | 43 |
| Binary | 10110100 | 101000 | 0 | 0 | 1001110 | 1100100 | 11101 | 1101 | 1100100 | 100011 |
Color Harmonies of #B42800
Complementary color
Monochromatic Colors of #B42800
Black with #B42800
Text Example
Text Example
White with #B42800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42800; }
p { color: rgb(180,40,0); }
H1.HeaderClassName
{
color: #B42800;
}
.AnyTagClassName
{
color: #B42800;
}
</style>
background-color css
<style>
a { background-color: #B42800; }
a { background-color: rgb(180,40,0); }
div.DivClassName
{
background-color: #B42800;
}
.BgClassName
{
background-color: #B42800;
}
</style>
border-color css
<style>
span { border-color: #B42800; }
span { border-color: rgb(180,40,0); }
td.TdClassName
{
border-color: #B42800;
}
.TagClassName
{
border-color: #B42800;
}
</style>