Shades of Rust #BB421E
Tints of Rust #BB421E
RGB
CMYK
RGB Variations
Color information
#BB421E (or 0xBB421E) is known color: Rust. HEX triplet: BB, 42 and 1E. RGB value is (187,66,30). Sum of RGB (Red+Green+Blue) = 187+66+30=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB421E is #44BDE1. Grayscale: #626262. Windows color (decimal): -4505058 or 1983163. OLE color: 1983163.
HSL color Cylindrical-coordinate representation of color #BB421E: hue angle of 13.76º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB421E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 30 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.27 |
| HSL | 13.76º | 0.72% | 0.43% | - |
| HSV(B) | 13.76º | 0.84% | 0.73% | - |
| XYZ | 22.68 | 14.55 | 2.84 | - |
| YUV | 98.08 | 89.59 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 30 | 0 | 0.65 | 0.84 | 0.27 | 13.76 | 0.72 | 0.43 |
| Hex | BB | 42 | 1E | 0 | 41 | 54 | 1B | E | 48 | 2B |
| Octal | 273 | 102 | 36 | 0 | 101 | 124 | 33 | 16 | 110 | 53 |
| Binary | 10111011 | 1000010 | 11110 | 0 | 1000001 | 1010100 | 11011 | 1110 | 1001000 | 101011 |
Color Harmonies of #BB421E
Complementary color
Monochromatic Colors of #BB421E
Black with #BB421E
Text Example
Text Example
White with #BB421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB421E; }
p { color: rgb(187,66,30); }
H1.HeaderClassName
{
color: #BB421E;
}
.AnyTagClassName
{
color: #BB421E;
}
</style>
background-color css
<style>
a { background-color: #BB421E; }
a { background-color: rgb(187,66,30); }
div.DivClassName
{
background-color: #BB421E;
}
.BgClassName
{
background-color: #BB421E;
}
</style>
border-color css
<style>
span { border-color: #BB421E; }
span { border-color: rgb(187,66,30); }
td.TdClassName
{
border-color: #BB421E;
}
.TagClassName
{
border-color: #BB421E;
}
</style>