Shades of Rust #B42C04
Tints of Rust #B42C04
RGB
CMYK
RGB Variations
Color information
#B42C04 (or 0xB42C04) is known color: Rust. HEX triplet: B4, 2C and 04. RGB value is (180,44,4). Sum of RGB (Red+Green+Blue) = 180+44+4=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42C04 is #4BD3FB. Grayscale: #505050. Windows color (decimal): -4969468 or 273588. OLE color: 273588.
HSL color Cylindrical-coordinate representation of color #B42C04: hue angle of 13.64º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B42C04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.29 |
| HSL | 13.64º | 0.96% | 0.36% | - |
| HSV(B) | 13.64º | 0.98% | 0.71% | - |
| XYZ | 19.74 | 11.51 | 1.3 | - |
| YUV | 80.1 | 85.06 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 4 | 0 | 0.76 | 0.98 | 0.29 | 13.64 | 0.96 | 0.36 |
| Hex | B4 | 2C | 4 | 0 | 4C | 62 | 1D | E | 60 | 24 |
| Octal | 264 | 54 | 4 | 0 | 114 | 142 | 35 | 16 | 140 | 44 |
| Binary | 10110100 | 101100 | 100 | 0 | 1001100 | 1100010 | 11101 | 1110 | 1100000 | 100100 |
Color Harmonies of #B42C04
Complementary color
Monochromatic Colors of #B42C04
Black with #B42C04
Text Example
Text Example
White with #B42C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C04; }
p { color: rgb(180,44,4); }
H1.HeaderClassName
{
color: #B42C04;
}
.AnyTagClassName
{
color: #B42C04;
}
</style>
background-color css
<style>
a { background-color: #B42C04; }
a { background-color: rgb(180,44,4); }
div.DivClassName
{
background-color: #B42C04;
}
.BgClassName
{
background-color: #B42C04;
}
</style>
border-color css
<style>
span { border-color: #B42C04; }
span { border-color: rgb(180,44,4); }
td.TdClassName
{
border-color: #B42C04;
}
.TagClassName
{
border-color: #B42C04;
}
</style>