Shades of Rust #B94002
Tints of Rust #B94002
RGB
CMYK
RGB Variations
Color information
#B94002 (or 0xB94002) is known color: Rust. HEX triplet: B9, 40 and 02. RGB value is (185,64,2). Sum of RGB (Red+Green+Blue) = 185+64+2=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B94002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94002 is #46BFFD. Grayscale: #5D5D5D. Windows color (decimal): -4636670 or 147641. OLE color: 147641.
HSL color Cylindrical-coordinate representation of color #B94002: hue angle of 20.33º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B94002 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.27 |
| HSL | 20.33º | 0.98% | 0.37% | - |
| HSV(B) | 20.33º | 0.99% | 0.73% | - |
| XYZ | 21.85 | 13.99 | 1.61 | - |
| YUV | 93.11 | 76.59 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 2 | 0 | 0.65 | 0.99 | 0.27 | 20.33 | 0.98 | 0.37 |
| Hex | B9 | 40 | 2 | 0 | 41 | 63 | 1B | 14 | 62 | 25 |
| Octal | 271 | 100 | 2 | 0 | 101 | 143 | 33 | 24 | 142 | 45 |
| Binary | 10111001 | 1000000 | 10 | 0 | 1000001 | 1100011 | 11011 | 10100 | 1100010 | 100101 |
Color Harmonies of #B94002
Complementary color
Monochromatic Colors of #B94002
Black with #B94002
Text Example
Text Example
White with #B94002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94002; }
p { color: rgb(185,64,2); }
H1.HeaderClassName
{
color: #B94002;
}
.AnyTagClassName
{
color: #B94002;
}
</style>
background-color css
<style>
a { background-color: #B94002; }
a { background-color: rgb(185,64,2); }
div.DivClassName
{
background-color: #B94002;
}
.BgClassName
{
background-color: #B94002;
}
</style>
border-color css
<style>
span { border-color: #B94002; }
span { border-color: rgb(185,64,2); }
td.TdClassName
{
border-color: #B94002;
}
.TagClassName
{
border-color: #B94002;
}
</style>