Shades of Rust #B4420F
Tints of Rust #B4420F
RGB
CMYK
RGB Variations
Color information
#B4420F (or 0xB4420F) is known color: Rust. HEX triplet: B4, 42 and 0F. RGB value is (180,66,15). Sum of RGB (Red+Green+Blue) = 180+66+15=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B4420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4420F is #4BBDF0. Grayscale: #5E5E5E. Windows color (decimal): -4963825 or 1000116. OLE color: 1000116.
HSL color Cylindrical-coordinate representation of color #B4420F: hue angle of 18.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4420F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 15 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.29 |
| HSL | 18.55º | 0.85% | 0.38% | - |
| HSV(B) | 18.55º | 0.92% | 0.71% | - |
| XYZ | 20.86 | 13.63 | 1.98 | - |
| YUV | 94.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 15 | 0 | 0.63 | 0.92 | 0.29 | 18.55 | 0.85 | 0.38 |
| Hex | B4 | 42 | F | 0 | 3F | 5C | 1D | 13 | 55 | 26 |
| Octal | 264 | 102 | 17 | 0 | 77 | 134 | 35 | 23 | 125 | 46 |
| Binary | 10110100 | 1000010 | 1111 | 0 | 111111 | 1011100 | 11101 | 10011 | 1010101 | 100110 |
Color Harmonies of #B4420F
Complementary color
Monochromatic Colors of #B4420F
Black with #B4420F
Text Example
Text Example
White with #B4420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4420F; }
p { color: rgb(180,66,15); }
H1.HeaderClassName
{
color: #B4420F;
}
.AnyTagClassName
{
color: #B4420F;
}
</style>
background-color css
<style>
a { background-color: #B4420F; }
a { background-color: rgb(180,66,15); }
div.DivClassName
{
background-color: #B4420F;
}
.BgClassName
{
background-color: #B4420F;
}
</style>
border-color css
<style>
span { border-color: #B4420F; }
span { border-color: rgb(180,66,15); }
td.TdClassName
{
border-color: #B4420F;
}
.TagClassName
{
border-color: #B4420F;
}
</style>