Shades of Rust #B93704
Tints of Rust #B93704
RGB
CMYK
RGB Variations
Color information
#B93704 (or 0xB93704) is known color: Rust. HEX triplet: B9, 37 and 04. RGB value is (185,55,4). Sum of RGB (Red+Green+Blue) = 185+55+4=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B93704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93704 is #46C8FB. Grayscale: #585858. Windows color (decimal): -4638972 or 276409. OLE color: 276409.
HSL color Cylindrical-coordinate representation of color #B93704: hue angle of 16.91º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B93704 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.27 |
| HSL | 16.91º | 0.96% | 0.37% | - |
| HSV(B) | 16.91º | 0.98% | 0.73% | - |
| XYZ | 21.4 | 13.06 | 1.51 | - |
| YUV | 88.06 | 80.57 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 4 | 0 | 0.70 | 0.98 | 0.27 | 16.91 | 0.96 | 0.37 |
| Hex | B9 | 37 | 4 | 0 | 46 | 62 | 1B | 11 | 60 | 25 |
| Octal | 271 | 67 | 4 | 0 | 106 | 142 | 33 | 21 | 140 | 45 |
| Binary | 10111001 | 110111 | 100 | 0 | 1000110 | 1100010 | 11011 | 10001 | 1100000 | 100101 |
Color Harmonies of #B93704
Complementary color
Monochromatic Colors of #B93704
Black with #B93704
Text Example
Text Example
White with #B93704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93704; }
p { color: rgb(185,55,4); }
H1.HeaderClassName
{
color: #B93704;
}
.AnyTagClassName
{
color: #B93704;
}
</style>
background-color css
<style>
a { background-color: #B93704; }
a { background-color: rgb(185,55,4); }
div.DivClassName
{
background-color: #B93704;
}
.BgClassName
{
background-color: #B93704;
}
</style>
border-color css
<style>
span { border-color: #B93704; }
span { border-color: rgb(185,55,4); }
td.TdClassName
{
border-color: #B93704;
}
.TagClassName
{
border-color: #B93704;
}
</style>