Shades of Rust #B42801
Tints of Rust #B42801
RGB
CMYK
RGB Variations
Color information
#B42801 (or 0xB42801) is known color: Rust. HEX triplet: B4, 28 and 01. RGB value is (180,40,1). Sum of RGB (Red+Green+Blue) = 180+40+1=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B42801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42801 is #4BD7FE. Grayscale: #4D4D4D. Windows color (decimal): -4970495 or 75956. OLE color: 75956.
HSL color Cylindrical-coordinate representation of color #B42801: hue angle of 13.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B42801 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.29 |
| HSL | 13.07º | 0.99% | 0.35% | - |
| HSV(B) | 13.07º | 0.99% | 0.71% | - |
| XYZ | 19.59 | 11.22 | 1.16 | - |
| YUV | 77.41 | 84.88 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 1 | 0 | 0.78 | 0.99 | 0.29 | 13.07 | 0.99 | 0.35 |
| Hex | B4 | 28 | 1 | 0 | 4E | 63 | 1D | D | 63 | 23 |
| Octal | 264 | 50 | 1 | 0 | 116 | 143 | 35 | 15 | 143 | 43 |
| Binary | 10110100 | 101000 | 1 | 0 | 1001110 | 1100011 | 11101 | 1101 | 1100011 | 100011 |
Color Harmonies of #B42801
Complementary color
Monochromatic Colors of #B42801
Black with #B42801
Text Example
Text Example
White with #B42801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42801; }
p { color: rgb(180,40,1); }
H1.HeaderClassName
{
color: #B42801;
}
.AnyTagClassName
{
color: #B42801;
}
</style>
background-color css
<style>
a { background-color: #B42801; }
a { background-color: rgb(180,40,1); }
div.DivClassName
{
background-color: #B42801;
}
.BgClassName
{
background-color: #B42801;
}
</style>
border-color css
<style>
span { border-color: #B42801; }
span { border-color: rgb(180,40,1); }
td.TdClassName
{
border-color: #B42801;
}
.TagClassName
{
border-color: #B42801;
}
</style>