Shades of Rust #B03403
Tints of Rust #B03403
RGB
CMYK
RGB Variations
Color information
#B03403 (or 0xB03403) is known color: Rust. HEX triplet: B0, 34 and 03. RGB value is (176,52,3). Sum of RGB (Red+Green+Blue) = 176+52+3=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B03403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03403 is #4FCBFC. Grayscale: #535353. Windows color (decimal): -5229565 or 210096. OLE color: 210096.
HSL color Cylindrical-coordinate representation of color #B03403: hue angle of 16.99º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B03403 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.31 |
| HSL | 16.99º | 0.97% | 0.35% | - |
| HSV(B) | 16.99º | 0.98% | 0.69% | - |
| XYZ | 19.15 | 11.69 | 1.33 | - |
| YUV | 83.49 | 82.58 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 3 | 0 | 0.70 | 0.98 | 0.31 | 16.99 | 0.97 | 0.35 |
| Hex | B0 | 34 | 3 | 0 | 46 | 62 | 1F | 11 | 61 | 23 |
| Octal | 260 | 64 | 3 | 0 | 106 | 142 | 37 | 21 | 141 | 43 |
| Binary | 10110000 | 110100 | 11 | 0 | 1000110 | 1100010 | 11111 | 10001 | 1100001 | 100011 |
Color Harmonies of #B03403
Complementary color
Monochromatic Colors of #B03403
Black with #B03403
Text Example
Text Example
White with #B03403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03403; }
p { color: rgb(176,52,3); }
H1.HeaderClassName
{
color: #B03403;
}
.AnyTagClassName
{
color: #B03403;
}
</style>
background-color css
<style>
a { background-color: #B03403; }
a { background-color: rgb(176,52,3); }
div.DivClassName
{
background-color: #B03403;
}
.BgClassName
{
background-color: #B03403;
}
</style>
border-color css
<style>
span { border-color: #B03403; }
span { border-color: rgb(176,52,3); }
td.TdClassName
{
border-color: #B03403;
}
.TagClassName
{
border-color: #B03403;
}
</style>