Shades of Rust #B42702
Tints of Rust #B42702
RGB
CMYK
RGB Variations
Color information
#B42702 (or 0xB42702) is known color: Rust. HEX triplet: B4, 27 and 02. RGB value is (180,39,2). Sum of RGB (Red+Green+Blue) = 180+39+2=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B42702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42702 is #4BD8FD. Grayscale: #4D4D4D. Windows color (decimal): -4970750 or 141236. OLE color: 141236.
HSL color Cylindrical-coordinate representation of color #B42702: hue angle of 12.47º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B42702 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.29 |
| HSL | 12.47º | 0.98% | 0.36% | - |
| HSV(B) | 12.47º | 0.99% | 0.71% | - |
| XYZ | 19.56 | 11.16 | 1.18 | - |
| YUV | 76.94 | 85.71 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 2 | 0 | 0.78 | 0.99 | 0.29 | 12.47 | 0.98 | 0.36 |
| Hex | B4 | 27 | 2 | 0 | 4E | 63 | 1D | C | 62 | 24 |
| Octal | 264 | 47 | 2 | 0 | 116 | 143 | 35 | 14 | 142 | 44 |
| Binary | 10110100 | 100111 | 10 | 0 | 1001110 | 1100011 | 11101 | 1100 | 1100010 | 100100 |
Color Harmonies of #B42702
Complementary color
Monochromatic Colors of #B42702
Black with #B42702
Text Example
Text Example
White with #B42702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42702; }
p { color: rgb(180,39,2); }
H1.HeaderClassName
{
color: #B42702;
}
.AnyTagClassName
{
color: #B42702;
}
</style>
background-color css
<style>
a { background-color: #B42702; }
a { background-color: rgb(180,39,2); }
div.DivClassName
{
background-color: #B42702;
}
.BgClassName
{
background-color: #B42702;
}
</style>
border-color css
<style>
span { border-color: #B42702; }
span { border-color: rgb(180,39,2); }
td.TdClassName
{
border-color: #B42702;
}
.TagClassName
{
border-color: #B42702;
}
</style>