Shades of Rust #BB3C03
Tints of Rust #BB3C03
RGB
CMYK
RGB Variations
Color information
#BB3C03 (or 0xBB3C03) is known color: Rust. HEX triplet: BB, 3C and 03. RGB value is (187,60,3). Sum of RGB (Red+Green+Blue) = 187+60+3=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3C03 is #44C3FC. Grayscale: #5B5B5B. Windows color (decimal): -4506621 or 212155. OLE color: 212155.
HSL color Cylindrical-coordinate representation of color #BB3C03: hue angle of 18.59º 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 #BB3C03 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 60 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.27 |
| HSL | 18.59º | 0.97% | 0.37% | - |
| HSV(B) | 18.59º | 0.98% | 0.73% | - |
| XYZ | 22.13 | 13.8 | 1.58 | - |
| YUV | 91.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 3 | 0 | 0.68 | 0.98 | 0.27 | 18.59 | 0.97 | 0.37 |
| Hex | BB | 3C | 3 | 0 | 44 | 62 | 1B | 13 | 61 | 25 |
| Octal | 273 | 74 | 3 | 0 | 104 | 142 | 33 | 23 | 141 | 45 |
| Binary | 10111011 | 111100 | 11 | 0 | 1000100 | 1100010 | 11011 | 10011 | 1100001 | 100101 |
Color Harmonies of #BB3C03
Complementary color
Monochromatic Colors of #BB3C03
Black with #BB3C03
Text Example
Text Example
White with #BB3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3C03; }
p { color: rgb(187,60,3); }
H1.HeaderClassName
{
color: #BB3C03;
}
.AnyTagClassName
{
color: #BB3C03;
}
</style>
background-color css
<style>
a { background-color: #BB3C03; }
a { background-color: rgb(187,60,3); }
div.DivClassName
{
background-color: #BB3C03;
}
.BgClassName
{
background-color: #BB3C03;
}
</style>
border-color css
<style>
span { border-color: #BB3C03; }
span { border-color: rgb(187,60,3); }
td.TdClassName
{
border-color: #BB3C03;
}
.TagClassName
{
border-color: #BB3C03;
}
</style>