Shades of Rust #BB4A07
Tints of Rust #BB4A07
RGB
CMYK
RGB Variations
Color information
#BB4A07 (or 0xBB4A07) is known color: Rust. HEX triplet: BB, 4A and 07. RGB value is (187,74,7). Sum of RGB (Red+Green+Blue) = 187+74+7=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4A07 is #44B5F8. Grayscale: #646464. Windows color (decimal): -4503033 or 477883. OLE color: 477883.
HSL color Cylindrical-coordinate representation of color #BB4A07: hue angle of 22.33º degrees, saturation: 0.93, 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 #BB4A07 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.27 |
| HSL | 22.33º | 0.93% | 0.38% | - |
| HSV(B) | 22.33º | 0.96% | 0.73% | - |
| XYZ | 22.98 | 15.48 | 1.98 | - |
| YUV | 100.15 | 75.44 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 7 | 0 | 0.60 | 0.96 | 0.27 | 22.33 | 0.93 | 0.38 |
| Hex | BB | 4A | 7 | 0 | 3C | 60 | 1B | 16 | 5D | 26 |
| Octal | 273 | 112 | 7 | 0 | 74 | 140 | 33 | 26 | 135 | 46 |
| Binary | 10111011 | 1001010 | 111 | 0 | 111100 | 1100000 | 11011 | 10110 | 1011101 | 100110 |
Color Harmonies of #BB4A07
Complementary color
Monochromatic Colors of #BB4A07
Black with #BB4A07
Text Example
Text Example
White with #BB4A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A07; }
p { color: rgb(187,74,7); }
H1.HeaderClassName
{
color: #BB4A07;
}
.AnyTagClassName
{
color: #BB4A07;
}
</style>
background-color css
<style>
a { background-color: #BB4A07; }
a { background-color: rgb(187,74,7); }
div.DivClassName
{
background-color: #BB4A07;
}
.BgClassName
{
background-color: #BB4A07;
}
</style>
border-color css
<style>
span { border-color: #BB4A07; }
span { border-color: rgb(187,74,7); }
td.TdClassName
{
border-color: #BB4A07;
}
.TagClassName
{
border-color: #BB4A07;
}
</style>