Shades of Rust #B42C00
Tints of Rust #B42C00
RGB
CMYK
RGB Variations
Color information
#B42C00 (or 0xB42C00) is known color: Rust. HEX triplet: B4, 2C and 00. RGB value is (180,44,0). Sum of RGB (Red+Green+Blue) = 180+44+0=224 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.36% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42C00 is #4BD3FF. Grayscale: #4F4F4F. Windows color (decimal): -4969472 or 11444. OLE color: 11444.
HSL color Cylindrical-coordinate representation of color #B42C00: hue angle of 14.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 #B42C00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.29 |
| HSL | 14.67º | 1% | 0.35% | - |
| HSV(B) | 14.67º | 1% | 0.71% | - |
| XYZ | 19.72 | 11.5 | 1.18 | - |
| YUV | 79.65 | 83.06 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 0 | 0 | 0.76 | 1 | 0.29 | 14.67 | 1 | 0.35 |
| Hex | B4 | 2C | 0 | 0 | 4C | 64 | 1D | F | 64 | 23 |
| Octal | 264 | 54 | 0 | 0 | 114 | 144 | 35 | 17 | 144 | 43 |
| Binary | 10110100 | 101100 | 0 | 0 | 1001100 | 1100100 | 11101 | 1111 | 1100100 | 100011 |
Color Harmonies of #B42C00
Complementary color
Monochromatic Colors of #B42C00
Black with #B42C00
Text Example
Text Example
White with #B42C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C00; }
p { color: rgb(180,44,0); }
H1.HeaderClassName
{
color: #B42C00;
}
.AnyTagClassName
{
color: #B42C00;
}
</style>
background-color css
<style>
a { background-color: #B42C00; }
a { background-color: rgb(180,44,0); }
div.DivClassName
{
background-color: #B42C00;
}
.BgClassName
{
background-color: #B42C00;
}
</style>
border-color css
<style>
span { border-color: #B42C00; }
span { border-color: rgb(180,44,0); }
td.TdClassName
{
border-color: #B42C00;
}
.TagClassName
{
border-color: #B42C00;
}
</style>