Shades of Rust #BB4A1B
Tints of Rust #BB4A1B
RGB
CMYK
RGB Variations
Color information
#BB4A1B (or 0xBB4A1B) is known color: Rust. HEX triplet: BB, 4A and 1B. RGB value is (187,74,27). Sum of RGB (Red+Green+Blue) = 187+74+27=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A1B is #44B5E4. Grayscale: #666666. Windows color (decimal): -4503013 or 1788603. OLE color: 1788603.
HSL color Cylindrical-coordinate representation of color #BB4A1B: hue angle of 17.62º degrees, saturation: 0.75, 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 #BB4A1B is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 27 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.27 |
| HSL | 17.63º | 0.75% | 0.42% | - |
| HSV(B) | 17.63º | 0.86% | 0.73% | - |
| XYZ | 23.14 | 15.54 | 2.82 | - |
| YUV | 102.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 27 | 0 | 0.60 | 0.86 | 0.27 | 17.63 | 0.75 | 0.42 |
| Hex | BB | 4A | 1B | 0 | 3C | 56 | 1B | 12 | 4B | 2A |
| Octal | 273 | 112 | 33 | 0 | 74 | 126 | 33 | 22 | 113 | 52 |
| Binary | 10111011 | 1001010 | 11011 | 0 | 111100 | 1010110 | 11011 | 10010 | 1001011 | 101010 |
Color Harmonies of #BB4A1B
Complementary color
Monochromatic Colors of #BB4A1B
Black with #BB4A1B
Text Example
Text Example
White with #BB4A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A1B; }
p { color: rgb(187,74,27); }
H1.HeaderClassName
{
color: #BB4A1B;
}
.AnyTagClassName
{
color: #BB4A1B;
}
</style>
background-color css
<style>
a { background-color: #BB4A1B; }
a { background-color: rgb(187,74,27); }
div.DivClassName
{
background-color: #BB4A1B;
}
.BgClassName
{
background-color: #BB4A1B;
}
</style>
border-color css
<style>
span { border-color: #BB4A1B; }
span { border-color: rgb(187,74,27); }
td.TdClassName
{
border-color: #BB4A1B;
}
.TagClassName
{
border-color: #BB4A1B;
}
</style>