Shades of Rust #BB4308
Tints of Rust #BB4308
RGB
CMYK
RGB Variations
Color information
#BB4308 (or 0xBB4308) is known color: Rust. HEX triplet: BB, 43 and 08. RGB value is (187,67,8). Sum of RGB (Red+Green+Blue) = 187+67+8=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4308 is #44BCF7. Grayscale: #606060. Windows color (decimal): -4504824 or 541627. OLE color: 541627.
HSL color Cylindrical-coordinate representation of color #BB4308: hue angle of 19.78º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB4308 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.27 |
| HSL | 19.78º | 0.92% | 0.38% | - |
| HSV(B) | 19.78º | 0.96% | 0.73% | - |
| XYZ | 22.54 | 14.6 | 1.86 | - |
| YUV | 96.15 | 78.26 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 8 | 0 | 0.64 | 0.96 | 0.27 | 19.78 | 0.92 | 0.38 |
| Hex | BB | 43 | 8 | 0 | 40 | 60 | 1B | 14 | 5C | 26 |
| Octal | 273 | 103 | 10 | 0 | 100 | 140 | 33 | 24 | 134 | 46 |
| Binary | 10111011 | 1000011 | 1000 | 0 | 1000000 | 1100000 | 11011 | 10100 | 1011100 | 100110 |
Color Harmonies of #BB4308
Complementary color
Monochromatic Colors of #BB4308
Black with #BB4308
Text Example
Text Example
White with #BB4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4308; }
p { color: rgb(187,67,8); }
H1.HeaderClassName
{
color: #BB4308;
}
.AnyTagClassName
{
color: #BB4308;
}
</style>
background-color css
<style>
a { background-color: #BB4308; }
a { background-color: rgb(187,67,8); }
div.DivClassName
{
background-color: #BB4308;
}
.BgClassName
{
background-color: #BB4308;
}
</style>
border-color css
<style>
span { border-color: #BB4308; }
span { border-color: rgb(187,67,8); }
td.TdClassName
{
border-color: #BB4308;
}
.TagClassName
{
border-color: #BB4308;
}
</style>