Shades of Rust #BB430E
Tints of Rust #BB430E
RGB
CMYK
RGB Variations
Color information
#BB430E (or 0xBB430E) is known color: Rust. HEX triplet: BB, 43 and 0E. RGB value is (187,67,14). Sum of RGB (Red+Green+Blue) = 187+67+14=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB430E is #44BCF1. Grayscale: #616161. Windows color (decimal): -4504818 or 934843. OLE color: 934843.
HSL color Cylindrical-coordinate representation of color #BB430E: hue angle of 18.38º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB430E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 14 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.27 |
| HSL | 18.38º | 0.86% | 0.39% | - |
| HSV(B) | 18.38º | 0.93% | 0.73% | - |
| XYZ | 22.58 | 14.61 | 2.05 | - |
| YUV | 96.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 14 | 0 | 0.64 | 0.93 | 0.27 | 18.38 | 0.86 | 0.39 |
| Hex | BB | 43 | E | 0 | 40 | 5D | 1B | 12 | 56 | 27 |
| Octal | 273 | 103 | 16 | 0 | 100 | 135 | 33 | 22 | 126 | 47 |
| Binary | 10111011 | 1000011 | 1110 | 0 | 1000000 | 1011101 | 11011 | 10010 | 1010110 | 100111 |
Color Harmonies of #BB430E
Complementary color
Monochromatic Colors of #BB430E
Black with #BB430E
Text Example
Text Example
White with #BB430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB430E; }
p { color: rgb(187,67,14); }
H1.HeaderClassName
{
color: #BB430E;
}
.AnyTagClassName
{
color: #BB430E;
}
</style>
background-color css
<style>
a { background-color: #BB430E; }
a { background-color: rgb(187,67,14); }
div.DivClassName
{
background-color: #BB430E;
}
.BgClassName
{
background-color: #BB430E;
}
</style>
border-color css
<style>
span { border-color: #BB430E; }
span { border-color: rgb(187,67,14); }
td.TdClassName
{
border-color: #BB430E;
}
.TagClassName
{
border-color: #BB430E;
}
</style>