Shades of Rust #BB3503
Tints of Rust #BB3503
RGB
CMYK
RGB Variations
Color information
#BB3503 (or 0xBB3503) is known color: Rust. HEX triplet: BB, 35 and 03. RGB value is (187,53,3). Sum of RGB (Red+Green+Blue) = 187+53+3=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3503 is #44CAFC. Grayscale: #575757. Windows color (decimal): -4508413 or 210363. OLE color: 210363.
HSL color Cylindrical-coordinate representation of color #BB3503: hue angle of 16.3º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB3503 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.27 |
| HSL | 16.3º | 0.97% | 0.37% | - |
| HSV(B) | 16.3º | 0.98% | 0.73% | - |
| XYZ | 21.78 | 13.12 | 1.47 | - |
| YUV | 87.37 | 80.39 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 3 | 0 | 0.72 | 0.98 | 0.27 | 16.3 | 0.97 | 0.37 |
| Hex | BB | 35 | 3 | 0 | 48 | 62 | 1B | 10 | 61 | 25 |
| Octal | 273 | 65 | 3 | 0 | 110 | 142 | 33 | 20 | 141 | 45 |
| Binary | 10111011 | 110101 | 11 | 0 | 1001000 | 1100010 | 11011 | 10000 | 1100001 | 100101 |
Color Harmonies of #BB3503
Complementary color
Monochromatic Colors of #BB3503
Black with #BB3503
Text Example
Text Example
White with #BB3503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3503; }
p { color: rgb(187,53,3); }
H1.HeaderClassName
{
color: #BB3503;
}
.AnyTagClassName
{
color: #BB3503;
}
</style>
background-color css
<style>
a { background-color: #BB3503; }
a { background-color: rgb(187,53,3); }
div.DivClassName
{
background-color: #BB3503;
}
.BgClassName
{
background-color: #BB3503;
}
</style>
border-color css
<style>
span { border-color: #BB3503; }
span { border-color: rgb(187,53,3); }
td.TdClassName
{
border-color: #BB3503;
}
.TagClassName
{
border-color: #BB3503;
}
</style>