Shades of Rust #B93D18
Tints of Rust #B93D18
RGB
CMYK
RGB Variations
Color information
#B93D18 (or 0xB93D18) is known color: Rust. HEX triplet: B9, 3D and 18. RGB value is (185,61,24). Sum of RGB (Red+Green+Blue) = 185+61+24=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D18 is #46C2E7. Grayscale: #5E5E5E. Windows color (decimal): -4637416 or 1588665. OLE color: 1588665.
HSL color Cylindrical-coordinate representation of color #B93D18: hue angle of 13.79º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B93D18 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 24 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.27 |
| HSL | 13.79º | 0.77% | 0.41% | - |
| HSV(B) | 13.79º | 0.87% | 0.73% | - |
| XYZ | 21.84 | 13.72 | 2.36 | - |
| YUV | 93.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 24 | 0 | 0.67 | 0.87 | 0.27 | 13.79 | 0.77 | 0.41 |
| Hex | B9 | 3D | 18 | 0 | 43 | 57 | 1B | E | 4D | 29 |
| Octal | 271 | 75 | 30 | 0 | 103 | 127 | 33 | 16 | 115 | 51 |
| Binary | 10111001 | 111101 | 11000 | 0 | 1000011 | 1010111 | 11011 | 1110 | 1001101 | 101001 |
Color Harmonies of #B93D18
Complementary color
Monochromatic Colors of #B93D18
Black with #B93D18
Text Example
Text Example
White with #B93D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D18; }
p { color: rgb(185,61,24); }
H1.HeaderClassName
{
color: #B93D18;
}
.AnyTagClassName
{
color: #B93D18;
}
</style>
background-color css
<style>
a { background-color: #B93D18; }
a { background-color: rgb(185,61,24); }
div.DivClassName
{
background-color: #B93D18;
}
.BgClassName
{
background-color: #B93D18;
}
</style>
border-color css
<style>
span { border-color: #B93D18; }
span { border-color: rgb(185,61,24); }
td.TdClassName
{
border-color: #B93D18;
}
.TagClassName
{
border-color: #B93D18;
}
</style>