Shades of Rust #B03702
Tints of Rust #B03702
RGB
CMYK
RGB Variations
Color information
#B03702 (or 0xB03702) is known color: Rust. HEX triplet: B0, 37 and 02. RGB value is (176,55,2). Sum of RGB (Red+Green+Blue) = 176+55+2=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B03702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03702 is #4FC8FD. Grayscale: #555555. Windows color (decimal): -5228798 or 145328. OLE color: 145328.
HSL color Cylindrical-coordinate representation of color #B03702: hue angle of 18.28º 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 #B03702 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.31 |
| HSL | 18.28º | 0.98% | 0.35% | - |
| HSV(B) | 18.28º | 0.99% | 0.69% | - |
| XYZ | 19.28 | 11.97 | 1.35 | - |
| YUV | 85.14 | 81.09 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 2 | 0 | 0.69 | 0.99 | 0.31 | 18.28 | 0.98 | 0.35 |
| Hex | B0 | 37 | 2 | 0 | 45 | 63 | 1F | 12 | 62 | 23 |
| Octal | 260 | 67 | 2 | 0 | 105 | 143 | 37 | 22 | 142 | 43 |
| Binary | 10110000 | 110111 | 10 | 0 | 1000101 | 1100011 | 11111 | 10010 | 1100010 | 100011 |
Color Harmonies of #B03702
Complementary color
Monochromatic Colors of #B03702
Black with #B03702
Text Example
Text Example
White with #B03702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03702; }
p { color: rgb(176,55,2); }
H1.HeaderClassName
{
color: #B03702;
}
.AnyTagClassName
{
color: #B03702;
}
</style>
background-color css
<style>
a { background-color: #B03702; }
a { background-color: rgb(176,55,2); }
div.DivClassName
{
background-color: #B03702;
}
.BgClassName
{
background-color: #B03702;
}
</style>
border-color css
<style>
span { border-color: #B03702; }
span { border-color: rgb(176,55,2); }
td.TdClassName
{
border-color: #B03702;
}
.TagClassName
{
border-color: #B03702;
}
</style>