Shades of Rust #B93502
Tints of Rust #B93502
RGB
CMYK
RGB Variations
Color information
#B93502 (or 0xB93502) is known color: Rust. HEX triplet: B9, 35 and 02. RGB value is (185,53,2). Sum of RGB (Red+Green+Blue) = 185+53+2=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B93502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93502 is #46CAFD. Grayscale: #565656. Windows color (decimal): -4639486 or 144825. OLE color: 144825.
HSL color Cylindrical-coordinate representation of color #B93502: hue angle of 16.72º 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 #B93502 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.27 |
| HSL | 16.72º | 0.98% | 0.37% | - |
| HSV(B) | 16.72º | 0.99% | 0.73% | - |
| XYZ | 21.29 | 12.86 | 1.42 | - |
| YUV | 86.65 | 80.23 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 2 | 0 | 0.71 | 0.99 | 0.27 | 16.72 | 0.98 | 0.37 |
| Hex | B9 | 35 | 2 | 0 | 47 | 63 | 1B | 11 | 62 | 25 |
| Octal | 271 | 65 | 2 | 0 | 107 | 143 | 33 | 21 | 142 | 45 |
| Binary | 10111001 | 110101 | 10 | 0 | 1000111 | 1100011 | 11011 | 10001 | 1100010 | 100101 |
Color Harmonies of #B93502
Complementary color
Monochromatic Colors of #B93502
Black with #B93502
Text Example
Text Example
White with #B93502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93502; }
p { color: rgb(185,53,2); }
H1.HeaderClassName
{
color: #B93502;
}
.AnyTagClassName
{
color: #B93502;
}
</style>
background-color css
<style>
a { background-color: #B93502; }
a { background-color: rgb(185,53,2); }
div.DivClassName
{
background-color: #B93502;
}
.BgClassName
{
background-color: #B93502;
}
</style>
border-color css
<style>
span { border-color: #B93502; }
span { border-color: rgb(185,53,2); }
td.TdClassName
{
border-color: #B93502;
}
.TagClassName
{
border-color: #B93502;
}
</style>