Shades of Rust #B03402
Tints of Rust #B03402
RGB
CMYK
RGB Variations
Color information
#B03402 (or 0xB03402) is known color: Rust. HEX triplet: B0, 34 and 02. RGB value is (176,52,2). Sum of RGB (Red+Green+Blue) = 176+52+2=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B03402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03402 is #4FCBFD. Grayscale: #535353. Windows color (decimal): -5229566 or 144560. OLE color: 144560.
HSL color Cylindrical-coordinate representation of color #B03402: hue angle of 17.24º 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 #B03402 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.31 |
| HSL | 17.24º | 0.98% | 0.35% | - |
| HSV(B) | 17.24º | 0.99% | 0.69% | - |
| XYZ | 19.14 | 11.69 | 1.3 | - |
| YUV | 83.38 | 82.08 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 2 | 0 | 0.70 | 0.99 | 0.31 | 17.24 | 0.98 | 0.35 |
| Hex | B0 | 34 | 2 | 0 | 46 | 63 | 1F | 11 | 62 | 23 |
| Octal | 260 | 64 | 2 | 0 | 106 | 143 | 37 | 21 | 142 | 43 |
| Binary | 10110000 | 110100 | 10 | 0 | 1000110 | 1100011 | 11111 | 10001 | 1100010 | 100011 |
Color Harmonies of #B03402
Complementary color
Monochromatic Colors of #B03402
Black with #B03402
Text Example
Text Example
White with #B03402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03402; }
p { color: rgb(176,52,2); }
H1.HeaderClassName
{
color: #B03402;
}
.AnyTagClassName
{
color: #B03402;
}
</style>
background-color css
<style>
a { background-color: #B03402; }
a { background-color: rgb(176,52,2); }
div.DivClassName
{
background-color: #B03402;
}
.BgClassName
{
background-color: #B03402;
}
</style>
border-color css
<style>
span { border-color: #B03402; }
span { border-color: rgb(176,52,2); }
td.TdClassName
{
border-color: #B03402;
}
.TagClassName
{
border-color: #B03402;
}
</style>