Shades of Rust #B03203
Tints of Rust #B03203
RGB
CMYK
RGB Variations
Color information
#B03203 (or 0xB03203) is known color: Rust. HEX triplet: B0, 32 and 03. RGB value is (176,50,3). Sum of RGB (Red+Green+Blue) = 176+50+3=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B03203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03203 is #4FCDFC. Grayscale: #525252. Windows color (decimal): -5230077 or 209584. OLE color: 209584.
HSL color Cylindrical-coordinate representation of color #B03203: hue angle of 16.3º 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 #B03203 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.31 |
| HSL | 16.3º | 0.97% | 0.35% | - |
| HSV(B) | 16.3º | 0.98% | 0.69% | - |
| XYZ | 19.06 | 11.52 | 1.3 | - |
| YUV | 82.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 3 | 0 | 0.72 | 0.98 | 0.31 | 16.3 | 0.97 | 0.35 |
| Hex | B0 | 32 | 3 | 0 | 48 | 62 | 1F | 10 | 61 | 23 |
| Octal | 260 | 62 | 3 | 0 | 110 | 142 | 37 | 20 | 141 | 43 |
| Binary | 10110000 | 110010 | 11 | 0 | 1001000 | 1100010 | 11111 | 10000 | 1100001 | 100011 |
Color Harmonies of #B03203
Complementary color
Monochromatic Colors of #B03203
Black with #B03203
Text Example
Text Example
White with #B03203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03203; }
p { color: rgb(176,50,3); }
H1.HeaderClassName
{
color: #B03203;
}
.AnyTagClassName
{
color: #B03203;
}
</style>
background-color css
<style>
a { background-color: #B03203; }
a { background-color: rgb(176,50,3); }
div.DivClassName
{
background-color: #B03203;
}
.BgClassName
{
background-color: #B03203;
}
</style>
border-color css
<style>
span { border-color: #B03203; }
span { border-color: rgb(176,50,3); }
td.TdClassName
{
border-color: #B03203;
}
.TagClassName
{
border-color: #B03203;
}
</style>