Shades of Rust #BB3D12
Tints of Rust #BB3D12
RGB
CMYK
RGB Variations
Color information
#BB3D12 (or 0xBB3D12) is known color: Rust. HEX triplet: BB, 3D and 12. RGB value is (187,61,18). Sum of RGB (Red+Green+Blue) = 187+61+18=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3D12 is #44C2ED. Grayscale: #5E5E5E. Windows color (decimal): -4506350 or 1195451. OLE color: 1195451.
HSL color Cylindrical-coordinate representation of color #BB3D12: hue angle of 15.27º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB3D12 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 18 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.27 |
| HSL | 15.27º | 0.82% | 0.4% | - |
| HSV(B) | 15.27º | 0.9% | 0.73% | - |
| XYZ | 22.27 | 13.95 | 2.09 | - |
| YUV | 93.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 18 | 0 | 0.67 | 0.90 | 0.27 | 15.27 | 0.82 | 0.4 |
| Hex | BB | 3D | 12 | 0 | 43 | 5A | 1B | F | 52 | 28 |
| Octal | 273 | 75 | 22 | 0 | 103 | 132 | 33 | 17 | 122 | 50 |
| Binary | 10111011 | 111101 | 10010 | 0 | 1000011 | 1011010 | 11011 | 1111 | 1010010 | 101000 |
Color Harmonies of #BB3D12
Complementary color
Monochromatic Colors of #BB3D12
Black with #BB3D12
Text Example
Text Example
White with #BB3D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D12; }
p { color: rgb(187,61,18); }
H1.HeaderClassName
{
color: #BB3D12;
}
.AnyTagClassName
{
color: #BB3D12;
}
</style>
background-color css
<style>
a { background-color: #BB3D12; }
a { background-color: rgb(187,61,18); }
div.DivClassName
{
background-color: #BB3D12;
}
.BgClassName
{
background-color: #BB3D12;
}
</style>
border-color css
<style>
span { border-color: #BB3D12; }
span { border-color: rgb(187,61,18); }
td.TdClassName
{
border-color: #BB3D12;
}
.TagClassName
{
border-color: #BB3D12;
}
</style>