Shades of Rust #B42F10
Tints of Rust #B42F10
RGB
CMYK
RGB Variations
Color information
#B42F10 (or 0xB42F10) is known color: Rust. HEX triplet: B4, 2F and 10. RGB value is (180,47,16). Sum of RGB (Red+Green+Blue) = 180+47+16=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42F10 is #4BD0EF. Grayscale: #535353. Windows color (decimal): -4968688 or 1060788. OLE color: 1060788.
HSL color Cylindrical-coordinate representation of color #B42F10: hue angle of 11.34º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B42F10 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 16 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.29 |
| HSL | 11.34º | 0.84% | 0.38% | - |
| HSV(B) | 11.34º | 0.91% | 0.71% | - |
| XYZ | 19.93 | 11.77 | 1.71 | - |
| YUV | 83.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 16 | 0 | 0.74 | 0.91 | 0.29 | 11.34 | 0.84 | 0.38 |
| Hex | B4 | 2F | 10 | 0 | 4A | 5B | 1D | B | 54 | 26 |
| Octal | 264 | 57 | 20 | 0 | 112 | 133 | 35 | 13 | 124 | 46 |
| Binary | 10110100 | 101111 | 10000 | 0 | 1001010 | 1011011 | 11101 | 1011 | 1010100 | 100110 |
Color Harmonies of #B42F10
Complementary color
Monochromatic Colors of #B42F10
Black with #B42F10
Text Example
Text Example
White with #B42F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42F10; }
p { color: rgb(180,47,16); }
H1.HeaderClassName
{
color: #B42F10;
}
.AnyTagClassName
{
color: #B42F10;
}
</style>
background-color css
<style>
a { background-color: #B42F10; }
a { background-color: rgb(180,47,16); }
div.DivClassName
{
background-color: #B42F10;
}
.BgClassName
{
background-color: #B42F10;
}
</style>
border-color css
<style>
span { border-color: #B42F10; }
span { border-color: rgb(180,47,16); }
td.TdClassName
{
border-color: #B42F10;
}
.TagClassName
{
border-color: #B42F10;
}
</style>