Shades of Rust #BB3E02
Tints of Rust #BB3E02
RGB
CMYK
RGB Variations
Color information
#BB3E02 (or 0xBB3E02) is known color: Rust. HEX triplet: BB, 3E and 02. RGB value is (187,62,2). Sum of RGB (Red+Green+Blue) = 187+62+2=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3E02 is #44C1FD. Grayscale: #5C5C5C. Windows color (decimal): -4506110 or 147131. OLE color: 147131.
HSL color Cylindrical-coordinate representation of color #BB3E02: hue angle of 19.46º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB3E02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 62 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.27 |
| HSL | 19.46º | 0.98% | 0.37% | - |
| HSV(B) | 19.46º | 0.99% | 0.73% | - |
| XYZ | 22.23 | 14.01 | 1.59 | - |
| YUV | 92.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 62 | 2 | 0 | 0.67 | 0.99 | 0.27 | 19.46 | 0.98 | 0.37 |
| Hex | BB | 3E | 2 | 0 | 43 | 63 | 1B | 13 | 62 | 25 |
| Octal | 273 | 76 | 2 | 0 | 103 | 143 | 33 | 23 | 142 | 45 |
| Binary | 10111011 | 111110 | 10 | 0 | 1000011 | 1100011 | 11011 | 10011 | 1100010 | 100101 |
Color Harmonies of #BB3E02
Complementary color
Monochromatic Colors of #BB3E02
Black with #BB3E02
Text Example
Text Example
White with #BB3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3E02; }
p { color: rgb(187,62,2); }
H1.HeaderClassName
{
color: #BB3E02;
}
.AnyTagClassName
{
color: #BB3E02;
}
</style>
background-color css
<style>
a { background-color: #BB3E02; }
a { background-color: rgb(187,62,2); }
div.DivClassName
{
background-color: #BB3E02;
}
.BgClassName
{
background-color: #BB3E02;
}
</style>
border-color css
<style>
span { border-color: #BB3E02; }
span { border-color: rgb(187,62,2); }
td.TdClassName
{
border-color: #BB3E02;
}
.TagClassName
{
border-color: #BB3E02;
}
</style>