Shades of Rust #BB3403
Tints of Rust #BB3403
RGB
CMYK
RGB Variations
Color information
#BB3403 (or 0xBB3403) is known color: Rust. HEX triplet: BB, 34 and 03. RGB value is (187,52,3). Sum of RGB (Red+Green+Blue) = 187+52+3=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3403 is #44CBFC. Grayscale: #575757. Windows color (decimal): -4508669 or 210107. OLE color: 210107.
HSL color Cylindrical-coordinate representation of color #BB3403: hue angle of 15.98º 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 #BB3403 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.27 |
| HSL | 15.98º | 0.97% | 0.37% | - |
| HSV(B) | 15.98º | 0.98% | 0.73% | - |
| XYZ | 21.74 | 13.03 | 1.45 | - |
| YUV | 86.78 | 80.73 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 3 | 0 | 0.72 | 0.98 | 0.27 | 15.98 | 0.97 | 0.37 |
| Hex | BB | 34 | 3 | 0 | 48 | 62 | 1B | 10 | 61 | 25 |
| Octal | 273 | 64 | 3 | 0 | 110 | 142 | 33 | 20 | 141 | 45 |
| Binary | 10111011 | 110100 | 11 | 0 | 1001000 | 1100010 | 11011 | 10000 | 1100001 | 100101 |
Color Harmonies of #BB3403
Complementary color
Monochromatic Colors of #BB3403
Black with #BB3403
Text Example
Text Example
White with #BB3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3403; }
p { color: rgb(187,52,3); }
H1.HeaderClassName
{
color: #BB3403;
}
.AnyTagClassName
{
color: #BB3403;
}
</style>
background-color css
<style>
a { background-color: #BB3403; }
a { background-color: rgb(187,52,3); }
div.DivClassName
{
background-color: #BB3403;
}
.BgClassName
{
background-color: #BB3403;
}
</style>
border-color css
<style>
span { border-color: #BB3403; }
span { border-color: rgb(187,52,3); }
td.TdClassName
{
border-color: #BB3403;
}
.TagClassName
{
border-color: #BB3403;
}
</style>