Shades of Rust #BB431F
Tints of Rust #BB431F
RGB
CMYK
RGB Variations
Color information
#BB431F (or 0xBB431F) is known color: Rust. HEX triplet: BB, 43 and 1F. RGB value is (187,67,31). Sum of RGB (Red+Green+Blue) = 187+67+31=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB431F is #44BCE0. Grayscale: #636363. Windows color (decimal): -4504801 or 2048955. OLE color: 2048955.
HSL color Cylindrical-coordinate representation of color #BB431F: hue angle of 13.85º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB431F is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 31 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.27 |
| HSL | 13.85º | 0.72% | 0.43% | - |
| HSV(B) | 13.85º | 0.83% | 0.73% | - |
| XYZ | 22.75 | 14.68 | 2.93 | - |
| YUV | 98.78 | 89.76 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 31 | 0 | 0.64 | 0.83 | 0.27 | 13.85 | 0.72 | 0.43 |
| Hex | BB | 43 | 1F | 0 | 40 | 53 | 1B | E | 48 | 2B |
| Octal | 273 | 103 | 37 | 0 | 100 | 123 | 33 | 16 | 110 | 53 |
| Binary | 10111011 | 1000011 | 11111 | 0 | 1000000 | 1010011 | 11011 | 1110 | 1001000 | 101011 |
Color Harmonies of #BB431F
Complementary color
Monochromatic Colors of #BB431F
Black with #BB431F
Text Example
Text Example
White with #BB431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB431F; }
p { color: rgb(187,67,31); }
H1.HeaderClassName
{
color: #BB431F;
}
.AnyTagClassName
{
color: #BB431F;
}
</style>
background-color css
<style>
a { background-color: #BB431F; }
a { background-color: rgb(187,67,31); }
div.DivClassName
{
background-color: #BB431F;
}
.BgClassName
{
background-color: #BB431F;
}
</style>
border-color css
<style>
span { border-color: #BB431F; }
span { border-color: rgb(187,67,31); }
td.TdClassName
{
border-color: #BB431F;
}
.TagClassName
{
border-color: #BB431F;
}
</style>