Shades of Rust #BB411A
Tints of Rust #BB411A
RGB
CMYK
RGB Variations
Color information
#BB411A (or 0xBB411A) is known color: Rust. HEX triplet: BB, 41 and 1A. RGB value is (187,65,26). Sum of RGB (Red+Green+Blue) = 187+65+26=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB411A is #44BEE5. Grayscale: #616161. Windows color (decimal): -4505318 or 1720763. OLE color: 1720763.
HSL color Cylindrical-coordinate representation of color #BB411A: hue angle of 14.53º 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 #BB411A is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 26 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.27 |
| HSL | 14.53º | 0.76% | 0.42% | - |
| HSV(B) | 14.53º | 0.86% | 0.73% | - |
| XYZ | 22.57 | 14.42 | 2.57 | - |
| YUV | 97.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 26 | 0 | 0.65 | 0.86 | 0.27 | 14.53 | 0.76 | 0.42 |
| Hex | BB | 41 | 1A | 0 | 41 | 56 | 1B | F | 4C | 2A |
| Octal | 273 | 101 | 32 | 0 | 101 | 126 | 33 | 17 | 114 | 52 |
| Binary | 10111011 | 1000001 | 11010 | 0 | 1000001 | 1010110 | 11011 | 1111 | 1001100 | 101010 |
Color Harmonies of #BB411A
Complementary color
Monochromatic Colors of #BB411A
Black with #BB411A
Text Example
Text Example
White with #BB411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB411A; }
p { color: rgb(187,65,26); }
H1.HeaderClassName
{
color: #BB411A;
}
.AnyTagClassName
{
color: #BB411A;
}
</style>
background-color css
<style>
a { background-color: #BB411A; }
a { background-color: rgb(187,65,26); }
div.DivClassName
{
background-color: #BB411A;
}
.BgClassName
{
background-color: #BB411A;
}
</style>
border-color css
<style>
span { border-color: #BB411A; }
span { border-color: rgb(187,65,26); }
td.TdClassName
{
border-color: #BB411A;
}
.TagClassName
{
border-color: #BB411A;
}
</style>