Shades of Rust #BB431D
Tints of Rust #BB431D
RGB
CMYK
RGB Variations
Color information
#BB431D (or 0xBB431D) is known color: Rust. HEX triplet: BB, 43 and 1D. RGB value is (187,67,29). Sum of RGB (Red+Green+Blue) = 187+67+29=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB431D is #44BCE2. Grayscale: #626262. Windows color (decimal): -4504803 or 1917883. OLE color: 1917883.
HSL color Cylindrical-coordinate representation of color #BB431D: hue angle of 14.43º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB431D is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 29 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.27 |
| HSL | 14.43º | 0.73% | 0.42% | - |
| HSV(B) | 14.43º | 0.84% | 0.73% | - |
| XYZ | 22.72 | 14.67 | 2.8 | - |
| YUV | 98.55 | 88.76 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 29 | 0 | 0.64 | 0.84 | 0.27 | 14.43 | 0.73 | 0.42 |
| Hex | BB | 43 | 1D | 0 | 40 | 54 | 1B | E | 49 | 2A |
| Octal | 273 | 103 | 35 | 0 | 100 | 124 | 33 | 16 | 111 | 52 |
| Binary | 10111011 | 1000011 | 11101 | 0 | 1000000 | 1010100 | 11011 | 1110 | 1001001 | 101010 |
Color Harmonies of #BB431D
Complementary color
Monochromatic Colors of #BB431D
Black with #BB431D
Text Example
Text Example
White with #BB431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB431D; }
p { color: rgb(187,67,29); }
H1.HeaderClassName
{
color: #BB431D;
}
.AnyTagClassName
{
color: #BB431D;
}
</style>
background-color css
<style>
a { background-color: #BB431D; }
a { background-color: rgb(187,67,29); }
div.DivClassName
{
background-color: #BB431D;
}
.BgClassName
{
background-color: #BB431D;
}
</style>
border-color css
<style>
span { border-color: #BB431D; }
span { border-color: rgb(187,67,29); }
td.TdClassName
{
border-color: #BB431D;
}
.TagClassName
{
border-color: #BB431D;
}
</style>