Shades of Rust #BB3703
Tints of Rust #BB3703
RGB
CMYK
RGB Variations
Color information
#BB3703 (or 0xBB3703) is known color: Rust. HEX triplet: BB, 37 and 03. RGB value is (187,55,3). Sum of RGB (Red+Green+Blue) = 187+55+3=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3703 is #44C8FC. Grayscale: #585858. Windows color (decimal): -4507901 or 210875. OLE color: 210875.
HSL color Cylindrical-coordinate representation of color #BB3703: hue angle of 16.96º 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 #BB3703 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.27 |
| HSL | 16.96º | 0.97% | 0.37% | - |
| HSV(B) | 16.96º | 0.98% | 0.73% | - |
| XYZ | 21.88 | 13.3 | 1.5 | - |
| YUV | 88.54 | 79.73 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 3 | 0 | 0.71 | 0.98 | 0.27 | 16.96 | 0.97 | 0.37 |
| Hex | BB | 37 | 3 | 0 | 47 | 62 | 1B | 11 | 61 | 25 |
| Octal | 273 | 67 | 3 | 0 | 107 | 142 | 33 | 21 | 141 | 45 |
| Binary | 10111011 | 110111 | 11 | 0 | 1000111 | 1100010 | 11011 | 10001 | 1100001 | 100101 |
Color Harmonies of #BB3703
Complementary color
Monochromatic Colors of #BB3703
Black with #BB3703
Text Example
Text Example
White with #BB3703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3703; }
p { color: rgb(187,55,3); }
H1.HeaderClassName
{
color: #BB3703;
}
.AnyTagClassName
{
color: #BB3703;
}
</style>
background-color css
<style>
a { background-color: #BB3703; }
a { background-color: rgb(187,55,3); }
div.DivClassName
{
background-color: #BB3703;
}
.BgClassName
{
background-color: #BB3703;
}
</style>
border-color css
<style>
span { border-color: #BB3703; }
span { border-color: rgb(187,55,3); }
td.TdClassName
{
border-color: #BB3703;
}
.TagClassName
{
border-color: #BB3703;
}
</style>