Shades of Rust #BB3F1A
Tints of Rust #BB3F1A
RGB
CMYK
RGB Variations
Color information
#BB3F1A (or 0xBB3F1A) is known color: Rust. HEX triplet: BB, 3F and 1A. RGB value is (187,63,26). Sum of RGB (Red+Green+Blue) = 187+63+26=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F1A is #44C0E5. Grayscale: #606060. Windows color (decimal): -4505830 or 1720251. OLE color: 1720251.
HSL color Cylindrical-coordinate representation of color #BB3F1A: hue angle of 13.79º 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 #BB3F1A is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 26 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.27 |
| HSL | 13.79º | 0.76% | 0.42% | - |
| HSV(B) | 13.79º | 0.86% | 0.73% | - |
| XYZ | 22.46 | 14.19 | 2.53 | - |
| YUV | 95.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 26 | 0 | 0.66 | 0.86 | 0.27 | 13.79 | 0.76 | 0.42 |
| Hex | BB | 3F | 1A | 0 | 42 | 56 | 1B | E | 4C | 2A |
| Octal | 273 | 77 | 32 | 0 | 102 | 126 | 33 | 16 | 114 | 52 |
| Binary | 10111011 | 111111 | 11010 | 0 | 1000010 | 1010110 | 11011 | 1110 | 1001100 | 101010 |
Color Harmonies of #BB3F1A
Complementary color
Monochromatic Colors of #BB3F1A
Black with #BB3F1A
Text Example
Text Example
White with #BB3F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F1A; }
p { color: rgb(187,63,26); }
H1.HeaderClassName
{
color: #BB3F1A;
}
.AnyTagClassName
{
color: #BB3F1A;
}
</style>
background-color css
<style>
a { background-color: #BB3F1A; }
a { background-color: rgb(187,63,26); }
div.DivClassName
{
background-color: #BB3F1A;
}
.BgClassName
{
background-color: #BB3F1A;
}
</style>
border-color css
<style>
span { border-color: #BB3F1A; }
span { border-color: rgb(187,63,26); }
td.TdClassName
{
border-color: #BB3F1A;
}
.TagClassName
{
border-color: #BB3F1A;
}
</style>