Shades of Rust #B42C01
Tints of Rust #B42C01
RGB
CMYK
RGB Variations
Color information
#B42C01 (or 0xB42C01) is known color: Rust. HEX triplet: B4, 2C and 01. RGB value is (180,44,1). Sum of RGB (Red+Green+Blue) = 180+44+1=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42C01 is #4BD3FE. Grayscale: #505050. Windows color (decimal): -4969471 or 76980. OLE color: 76980.
HSL color Cylindrical-coordinate representation of color #B42C01: hue angle of 14.41º 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 #B42C01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.29 |
| HSL | 14.41º | 0.99% | 0.35% | - |
| HSV(B) | 14.41º | 0.99% | 0.71% | - |
| XYZ | 19.73 | 11.51 | 1.21 | - |
| YUV | 79.76 | 83.56 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 1 | 0 | 0.76 | 0.99 | 0.29 | 14.41 | 0.99 | 0.35 |
| Hex | B4 | 2C | 1 | 0 | 4C | 63 | 1D | E | 63 | 23 |
| Octal | 264 | 54 | 1 | 0 | 114 | 143 | 35 | 16 | 143 | 43 |
| Binary | 10110100 | 101100 | 1 | 0 | 1001100 | 1100011 | 11101 | 1110 | 1100011 | 100011 |
Color Harmonies of #B42C01
Complementary color
Monochromatic Colors of #B42C01
Black with #B42C01
Text Example
Text Example
White with #B42C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C01; }
p { color: rgb(180,44,1); }
H1.HeaderClassName
{
color: #B42C01;
}
.AnyTagClassName
{
color: #B42C01;
}
</style>
background-color css
<style>
a { background-color: #B42C01; }
a { background-color: rgb(180,44,1); }
div.DivClassName
{
background-color: #B42C01;
}
.BgClassName
{
background-color: #B42C01;
}
</style>
border-color css
<style>
span { border-color: #B42C01; }
span { border-color: rgb(180,44,1); }
td.TdClassName
{
border-color: #B42C01;
}
.TagClassName
{
border-color: #B42C01;
}
</style>