Shades of Rust #BB3802
Tints of Rust #BB3802
RGB
CMYK
RGB Variations
Color information
#BB3802 (or 0xBB3802) is known color: Rust. HEX triplet: BB, 38 and 02. RGB value is (187,56,2). Sum of RGB (Red+Green+Blue) = 187+56+2=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3802 is #44C7FD. Grayscale: #595959. Windows color (decimal): -4507646 or 145595. OLE color: 145595.
HSL color Cylindrical-coordinate representation of color #BB3802: hue angle of 17.51º 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 #BB3802 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.27 |
| HSL | 17.51º | 0.98% | 0.37% | - |
| HSV(B) | 17.51º | 0.99% | 0.73% | - |
| XYZ | 21.92 | 13.4 | 1.49 | - |
| YUV | 89.01 | 78.9 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 2 | 0 | 0.70 | 0.99 | 0.27 | 17.51 | 0.98 | 0.37 |
| Hex | BB | 38 | 2 | 0 | 46 | 63 | 1B | 12 | 62 | 25 |
| Octal | 273 | 70 | 2 | 0 | 106 | 143 | 33 | 22 | 142 | 45 |
| Binary | 10111011 | 111000 | 10 | 0 | 1000110 | 1100011 | 11011 | 10010 | 1100010 | 100101 |
Color Harmonies of #BB3802
Complementary color
Monochromatic Colors of #BB3802
Black with #BB3802
Text Example
Text Example
White with #BB3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3802; }
p { color: rgb(187,56,2); }
H1.HeaderClassName
{
color: #BB3802;
}
.AnyTagClassName
{
color: #BB3802;
}
</style>
background-color css
<style>
a { background-color: #BB3802; }
a { background-color: rgb(187,56,2); }
div.DivClassName
{
background-color: #BB3802;
}
.BgClassName
{
background-color: #BB3802;
}
</style>
border-color css
<style>
span { border-color: #BB3802; }
span { border-color: rgb(187,56,2); }
td.TdClassName
{
border-color: #BB3802;
}
.TagClassName
{
border-color: #BB3802;
}
</style>