Shades of Rust #B32702
Tints of Rust #B32702
RGB
CMYK
RGB Variations
Color information
#B32702 (or 0xB32702) is known color: Rust. HEX triplet: B3, 27 and 02. RGB value is (179,39,2). Sum of RGB (Red+Green+Blue) = 179+39+2=220 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.36% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 179 - color contains mainly: red. Hex color #B32702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32702 is #4CD8FD. Grayscale: #4C4C4C. Windows color (decimal): -5036286 or 141235. OLE color: 141235.
HSL color Cylindrical-coordinate representation of color #B32702: hue angle of 12.54º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B32702 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.30 |
| HSL | 12.54º | 0.98% | 0.35% | - |
| HSV(B) | 12.54º | 0.99% | 0.7% | - |
| XYZ | 19.33 | 11.04 | 1.17 | - |
| YUV | 76.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 2 | 0 | 0.78 | 0.99 | 0.30 | 12.54 | 0.98 | 0.35 |
| Hex | B3 | 27 | 2 | 0 | 4E | 63 | 1E | D | 62 | 23 |
| Octal | 263 | 47 | 2 | 0 | 116 | 143 | 36 | 15 | 142 | 43 |
| Binary | 10110011 | 100111 | 10 | 0 | 1001110 | 1100011 | 11110 | 1101 | 1100010 | 100011 |
Color Harmonies of #B32702
Complementary color
Monochromatic Colors of #B32702
Black with #B32702
Text Example
Text Example
White with #B32702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32702; }
p { color: rgb(179,39,2); }
H1.HeaderClassName
{
color: #B32702;
}
.AnyTagClassName
{
color: #B32702;
}
</style>
background-color css
<style>
a { background-color: #B32702; }
a { background-color: rgb(179,39,2); }
div.DivClassName
{
background-color: #B32702;
}
.BgClassName
{
background-color: #B32702;
}
</style>
border-color css
<style>
span { border-color: #B32702; }
span { border-color: rgb(179,39,2); }
td.TdClassName
{
border-color: #B32702;
}
.TagClassName
{
border-color: #B32702;
}
</style>