Shades of Rust #B93702
Tints of Rust #B93702
RGB
CMYK
RGB Variations
Color information
#B93702 (or 0xB93702) is known color: Rust. HEX triplet: B9, 37 and 02. RGB value is (185,55,2). Sum of RGB (Red+Green+Blue) = 185+55+2=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B93702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93702 is #46C8FD. Grayscale: #585858. Windows color (decimal): -4638974 or 145337. OLE color: 145337.
HSL color Cylindrical-coordinate representation of color #B93702: hue angle of 17.38º 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 #B93702 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.27 |
| HSL | 17.38º | 0.98% | 0.37% | - |
| HSV(B) | 17.38º | 0.99% | 0.73% | - |
| XYZ | 21.38 | 13.05 | 1.45 | - |
| YUV | 87.83 | 79.57 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 2 | 0 | 0.70 | 0.99 | 0.27 | 17.38 | 0.98 | 0.37 |
| Hex | B9 | 37 | 2 | 0 | 46 | 63 | 1B | 11 | 62 | 25 |
| Octal | 271 | 67 | 2 | 0 | 106 | 143 | 33 | 21 | 142 | 45 |
| Binary | 10111001 | 110111 | 10 | 0 | 1000110 | 1100011 | 11011 | 10001 | 1100010 | 100101 |
Color Harmonies of #B93702
Complementary color
Monochromatic Colors of #B93702
Black with #B93702
Text Example
Text Example
White with #B93702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93702; }
p { color: rgb(185,55,2); }
H1.HeaderClassName
{
color: #B93702;
}
.AnyTagClassName
{
color: #B93702;
}
</style>
background-color css
<style>
a { background-color: #B93702; }
a { background-color: rgb(185,55,2); }
div.DivClassName
{
background-color: #B93702;
}
.BgClassName
{
background-color: #B93702;
}
</style>
border-color css
<style>
span { border-color: #B93702; }
span { border-color: rgb(185,55,2); }
td.TdClassName
{
border-color: #B93702;
}
.TagClassName
{
border-color: #B93702;
}
</style>