Shades of Rust #B4420C
Tints of Rust #B4420C
RGB
CMYK
RGB Variations
Color information
#B4420C (or 0xB4420C) is known color: Rust. HEX triplet: B4, 42 and 0C. RGB value is (180,66,12). Sum of RGB (Red+Green+Blue) = 180+66+12=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B4420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4420C is #4BBDF3. Grayscale: #5E5E5E. Windows color (decimal): -4963828 or 803508. OLE color: 803508.
HSL color Cylindrical-coordinate representation of color #B4420C: hue angle of 19.29º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4420C is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 12 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.29 |
| HSL | 19.29º | 0.88% | 0.38% | - |
| HSV(B) | 19.29º | 0.93% | 0.71% | - |
| XYZ | 20.84 | 13.63 | 1.88 | - |
| YUV | 93.93 | 81.77 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 12 | 0 | 0.63 | 0.93 | 0.29 | 19.29 | 0.88 | 0.38 |
| Hex | B4 | 42 | C | 0 | 3F | 5D | 1D | 13 | 58 | 26 |
| Octal | 264 | 102 | 14 | 0 | 77 | 135 | 35 | 23 | 130 | 46 |
| Binary | 10110100 | 1000010 | 1100 | 0 | 111111 | 1011101 | 11101 | 10011 | 1011000 | 100110 |
Color Harmonies of #B4420C
Complementary color
Monochromatic Colors of #B4420C
Black with #B4420C
Text Example
Text Example
White with #B4420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4420C; }
p { color: rgb(180,66,12); }
H1.HeaderClassName
{
color: #B4420C;
}
.AnyTagClassName
{
color: #B4420C;
}
</style>
background-color css
<style>
a { background-color: #B4420C; }
a { background-color: rgb(180,66,12); }
div.DivClassName
{
background-color: #B4420C;
}
.BgClassName
{
background-color: #B4420C;
}
</style>
border-color css
<style>
span { border-color: #B4420C; }
span { border-color: rgb(180,66,12); }
td.TdClassName
{
border-color: #B4420C;
}
.TagClassName
{
border-color: #B4420C;
}
</style>