Shades of Rust #B93D0A
Tints of Rust #B93D0A
RGB
CMYK
RGB Variations
Color information
#B93D0A (or 0xB93D0A) is known color: Rust. HEX triplet: B9, 3D and 0A. RGB value is (185,61,10). Sum of RGB (Red+Green+Blue) = 185+61+10=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D0A is #46C2F5. Grayscale: #5C5C5C. Windows color (decimal): -4637430 or 671161. OLE color: 671161.
HSL color Cylindrical-coordinate representation of color #B93D0A: hue angle of 17.49º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B93D0A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 10 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.27 |
| HSL | 17.49º | 0.9% | 0.38% | - |
| HSV(B) | 17.49º | 0.95% | 0.73% | - |
| XYZ | 21.73 | 13.67 | 1.78 | - |
| YUV | 92.26 | 81.58 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 10 | 0 | 0.67 | 0.95 | 0.27 | 17.49 | 0.9 | 0.38 |
| Hex | B9 | 3D | A | 0 | 43 | 5F | 1B | 11 | 5A | 26 |
| Octal | 271 | 75 | 12 | 0 | 103 | 137 | 33 | 21 | 132 | 46 |
| Binary | 10111001 | 111101 | 1010 | 0 | 1000011 | 1011111 | 11011 | 10001 | 1011010 | 100110 |
Color Harmonies of #B93D0A
Complementary color
Monochromatic Colors of #B93D0A
Black with #B93D0A
Text Example
Text Example
White with #B93D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D0A; }
p { color: rgb(185,61,10); }
H1.HeaderClassName
{
color: #B93D0A;
}
.AnyTagClassName
{
color: #B93D0A;
}
</style>
background-color css
<style>
a { background-color: #B93D0A; }
a { background-color: rgb(185,61,10); }
div.DivClassName
{
background-color: #B93D0A;
}
.BgClassName
{
background-color: #B93D0A;
}
</style>
border-color css
<style>
span { border-color: #B93D0A; }
span { border-color: rgb(185,61,10); }
td.TdClassName
{
border-color: #B93D0A;
}
.TagClassName
{
border-color: #B93D0A;
}
</style>