Shades of Rust #BB3C1A
Tints of Rust #BB3C1A
RGB
CMYK
RGB Variations
Color information
#BB3C1A (or 0xBB3C1A) is known color: Rust. HEX triplet: BB, 3C and 1A. RGB value is (187,60,26). Sum of RGB (Red+Green+Blue) = 187+60+26=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3C1A is #44C3E5. Grayscale: #5E5E5E. Windows color (decimal): -4506598 or 1719483. OLE color: 1719483.
HSL color Cylindrical-coordinate representation of color #BB3C1A: hue angle of 12.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB3C1A is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 60 | 26 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.27 |
| HSL | 12.67º | 0.76% | 0.42% | - |
| HSV(B) | 12.67º | 0.86% | 0.73% | - |
| XYZ | 22.3 | 13.87 | 2.48 | - |
| YUV | 94.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 26 | 0 | 0.68 | 0.86 | 0.27 | 12.67 | 0.76 | 0.42 |
| Hex | BB | 3C | 1A | 0 | 44 | 56 | 1B | D | 4C | 2A |
| Octal | 273 | 74 | 32 | 0 | 104 | 126 | 33 | 15 | 114 | 52 |
| Binary | 10111011 | 111100 | 11010 | 0 | 1000100 | 1010110 | 11011 | 1101 | 1001100 | 101010 |
Color Harmonies of #BB3C1A
Complementary color
Monochromatic Colors of #BB3C1A
Black with #BB3C1A
Text Example
Text Example
White with #BB3C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3C1A; }
p { color: rgb(187,60,26); }
H1.HeaderClassName
{
color: #BB3C1A;
}
.AnyTagClassName
{
color: #BB3C1A;
}
</style>
background-color css
<style>
a { background-color: #BB3C1A; }
a { background-color: rgb(187,60,26); }
div.DivClassName
{
background-color: #BB3C1A;
}
.BgClassName
{
background-color: #BB3C1A;
}
</style>
border-color css
<style>
span { border-color: #BB3C1A; }
span { border-color: rgb(187,60,26); }
td.TdClassName
{
border-color: #BB3C1A;
}
.TagClassName
{
border-color: #BB3C1A;
}
</style>