Shades of Rust #BB430F
Tints of Rust #BB430F
RGB
CMYK
RGB Variations
Color information
#BB430F (or 0xBB430F) is known color: Rust. HEX triplet: BB, 43 and 0F. RGB value is (187,67,15). Sum of RGB (Red+Green+Blue) = 187+67+15=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB430F is #44BCF0. Grayscale: #616161. Windows color (decimal): -4504817 or 1000379. OLE color: 1000379.
HSL color Cylindrical-coordinate representation of color #BB430F: hue angle of 18.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB430F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 15 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.27 |
| HSL | 18.14º | 0.85% | 0.4% | - |
| HSV(B) | 18.14º | 0.92% | 0.73% | - |
| XYZ | 22.59 | 14.61 | 2.08 | - |
| YUV | 96.95 | 81.76 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 15 | 0 | 0.64 | 0.92 | 0.27 | 18.14 | 0.85 | 0.4 |
| Hex | BB | 43 | F | 0 | 40 | 5C | 1B | 12 | 55 | 28 |
| Octal | 273 | 103 | 17 | 0 | 100 | 134 | 33 | 22 | 125 | 50 |
| Binary | 10111011 | 1000011 | 1111 | 0 | 1000000 | 1011100 | 11011 | 10010 | 1010101 | 101000 |
Color Harmonies of #BB430F
Complementary color
Monochromatic Colors of #BB430F
Black with #BB430F
Text Example
Text Example
White with #BB430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB430F; }
p { color: rgb(187,67,15); }
H1.HeaderClassName
{
color: #BB430F;
}
.AnyTagClassName
{
color: #BB430F;
}
</style>
background-color css
<style>
a { background-color: #BB430F; }
a { background-color: rgb(187,67,15); }
div.DivClassName
{
background-color: #BB430F;
}
.BgClassName
{
background-color: #BB430F;
}
</style>
border-color css
<style>
span { border-color: #BB430F; }
span { border-color: rgb(187,67,15); }
td.TdClassName
{
border-color: #BB430F;
}
.TagClassName
{
border-color: #BB430F;
}
</style>