Shades of Rust #B32803
Tints of Rust #B32803
RGB
CMYK
RGB Variations
Color information
#B32803 (or 0xB32803) is known color: Rust. HEX triplet: B3, 28 and 03. RGB value is (179,40,3). Sum of RGB (Red+Green+Blue) = 179+40+3=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B32803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32803 is #4CD7FC. Grayscale: #4D4D4D. Windows color (decimal): -5036029 or 207027. OLE color: 207027.
HSL color Cylindrical-coordinate representation of color #B32803: hue angle of 12.61º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B32803 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.30 |
| HSL | 12.61º | 0.97% | 0.36% | - |
| HSV(B) | 12.61º | 0.98% | 0.7% | - |
| XYZ | 19.37 | 11.11 | 1.21 | - |
| YUV | 77.34 | 86.05 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 3 | 0 | 0.78 | 0.98 | 0.30 | 12.61 | 0.97 | 0.36 |
| Hex | B3 | 28 | 3 | 0 | 4E | 62 | 1E | D | 61 | 24 |
| Octal | 263 | 50 | 3 | 0 | 116 | 142 | 36 | 15 | 141 | 44 |
| Binary | 10110011 | 101000 | 11 | 0 | 1001110 | 1100010 | 11110 | 1101 | 1100001 | 100100 |
Color Harmonies of #B32803
Complementary color
Monochromatic Colors of #B32803
Black with #B32803
Text Example
Text Example
White with #B32803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32803; }
p { color: rgb(179,40,3); }
H1.HeaderClassName
{
color: #B32803;
}
.AnyTagClassName
{
color: #B32803;
}
</style>
background-color css
<style>
a { background-color: #B32803; }
a { background-color: rgb(179,40,3); }
div.DivClassName
{
background-color: #B32803;
}
.BgClassName
{
background-color: #B32803;
}
</style>
border-color css
<style>
span { border-color: #B32803; }
span { border-color: rgb(179,40,3); }
td.TdClassName
{
border-color: #B32803;
}
.TagClassName
{
border-color: #B32803;
}
</style>