Shades of Rust #B93E22
Tints of Rust #B93E22
RGB
CMYK
RGB Variations
Color information
#B93E22 (or 0xB93E22) is known color: Rust. HEX triplet: B9, 3E and 22. RGB value is (185,62,34). Sum of RGB (Red+Green+Blue) = 185+62+34=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93E22 is #46C1DD. Grayscale: #5F5F5F. Windows color (decimal): -4637150 or 2244281. OLE color: 2244281.
HSL color Cylindrical-coordinate representation of color #B93E22: hue angle of 11.13º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B93E22 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 62 | 34 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.27 |
| HSL | 11.13º | 0.69% | 0.43% | - |
| HSV(B) | 11.13º | 0.82% | 0.73% | - |
| XYZ | 22.02 | 13.88 | 3.03 | - |
| YUV | 95.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 34 | 0 | 0.66 | 0.82 | 0.27 | 11.13 | 0.69 | 0.43 |
| Hex | B9 | 3E | 22 | 0 | 42 | 52 | 1B | B | 45 | 2B |
| Octal | 271 | 76 | 42 | 0 | 102 | 122 | 33 | 13 | 105 | 53 |
| Binary | 10111001 | 111110 | 100010 | 0 | 1000010 | 1010010 | 11011 | 1011 | 1000101 | 101011 |
Color Harmonies of #B93E22
Complementary color
Monochromatic Colors of #B93E22
Black with #B93E22
Text Example
Text Example
White with #B93E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93E22; }
p { color: rgb(185,62,34); }
H1.HeaderClassName
{
color: #B93E22;
}
.AnyTagClassName
{
color: #B93E22;
}
</style>
background-color css
<style>
a { background-color: #B93E22; }
a { background-color: rgb(185,62,34); }
div.DivClassName
{
background-color: #B93E22;
}
.BgClassName
{
background-color: #B93E22;
}
</style>
border-color css
<style>
span { border-color: #B93E22; }
span { border-color: rgb(185,62,34); }
td.TdClassName
{
border-color: #B93E22;
}
.TagClassName
{
border-color: #B93E22;
}
</style>