Shades of Rust #B42C07
Tints of Rust #B42C07
RGB
CMYK
RGB Variations
Color information
#B42C07 (or 0xB42C07) is known color: Rust. HEX triplet: B4, 2C and 07. RGB value is (180,44,7). Sum of RGB (Red+Green+Blue) = 180+44+7=231 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.92% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42C07 is #4BD3F8. Grayscale: #505050. Windows color (decimal): -4969465 or 470196. OLE color: 470196.
HSL color Cylindrical-coordinate representation of color #B42C07: hue angle of 12.83º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B42C07 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 7 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.29 |
| HSL | 12.83º | 0.93% | 0.37% | - |
| HSV(B) | 12.83º | 0.96% | 0.71% | - |
| XYZ | 19.76 | 11.52 | 1.38 | - |
| YUV | 80.45 | 86.56 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 7 | 0 | 0.76 | 0.96 | 0.29 | 12.83 | 0.93 | 0.37 |
| Hex | B4 | 2C | 7 | 0 | 4C | 60 | 1D | D | 5D | 25 |
| Octal | 264 | 54 | 7 | 0 | 114 | 140 | 35 | 15 | 135 | 45 |
| Binary | 10110100 | 101100 | 111 | 0 | 1001100 | 1100000 | 11101 | 1101 | 1011101 | 100101 |
Color Harmonies of #B42C07
Complementary color
Monochromatic Colors of #B42C07
Black with #B42C07
Text Example
Text Example
White with #B42C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C07; }
p { color: rgb(180,44,7); }
H1.HeaderClassName
{
color: #B42C07;
}
.AnyTagClassName
{
color: #B42C07;
}
</style>
background-color css
<style>
a { background-color: #B42C07; }
a { background-color: rgb(180,44,7); }
div.DivClassName
{
background-color: #B42C07;
}
.BgClassName
{
background-color: #B42C07;
}
</style>
border-color css
<style>
span { border-color: #B42C07; }
span { border-color: rgb(180,44,7); }
td.TdClassName
{
border-color: #B42C07;
}
.TagClassName
{
border-color: #B42C07;
}
</style>