Shades of Rust #B03902
Tints of Rust #B03902
RGB
CMYK
RGB Variations
Color information
#B03902 (or 0xB03902) is known color: Rust. HEX triplet: B0, 39 and 02. RGB value is (176,57,2). Sum of RGB (Red+Green+Blue) = 176+57+2=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B03902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03902 is #4FC6FD. Grayscale: #565656. Windows color (decimal): -5228286 or 145840. OLE color: 145840.
HSL color Cylindrical-coordinate representation of color #B03902: hue angle of 18.97º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B03902 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.31 |
| HSL | 18.97º | 0.98% | 0.35% | - |
| HSV(B) | 18.97º | 0.99% | 0.69% | - |
| XYZ | 19.38 | 12.16 | 1.38 | - |
| YUV | 86.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 2 | 0 | 0.68 | 0.99 | 0.31 | 18.97 | 0.98 | 0.35 |
| Hex | B0 | 39 | 2 | 0 | 44 | 63 | 1F | 13 | 62 | 23 |
| Octal | 260 | 71 | 2 | 0 | 104 | 143 | 37 | 23 | 142 | 43 |
| Binary | 10110000 | 111001 | 10 | 0 | 1000100 | 1100011 | 11111 | 10011 | 1100010 | 100011 |
Color Harmonies of #B03902
Complementary color
Monochromatic Colors of #B03902
Black with #B03902
Text Example
Text Example
White with #B03902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03902; }
p { color: rgb(176,57,2); }
H1.HeaderClassName
{
color: #B03902;
}
.AnyTagClassName
{
color: #B03902;
}
</style>
background-color css
<style>
a { background-color: #B03902; }
a { background-color: rgb(176,57,2); }
div.DivClassName
{
background-color: #B03902;
}
.BgClassName
{
background-color: #B03902;
}
</style>
border-color css
<style>
span { border-color: #B03902; }
span { border-color: rgb(176,57,2); }
td.TdClassName
{
border-color: #B03902;
}
.TagClassName
{
border-color: #B03902;
}
</style>