Shades of Rust #B93819
Tints of Rust #B93819
RGB
CMYK
RGB Variations
Color information
#B93819 (or 0xB93819) is known color: Rust. HEX triplet: B9, 38 and 19. RGB value is (185,56,25). Sum of RGB (Red+Green+Blue) = 185+56+25=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B93819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93819 is #46C7E6. Grayscale: #5B5B5B. Windows color (decimal): -4638695 or 1652921. OLE color: 1652921.
HSL color Cylindrical-coordinate representation of color #B93819: hue angle of 11.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B93819 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 25 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.27 |
| HSL | 11.63º | 0.76% | 0.41% | - |
| HSV(B) | 11.63º | 0.86% | 0.73% | - |
| XYZ | 21.6 | 13.21 | 2.33 | - |
| YUV | 91.04 | 90.74 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 25 | 0 | 0.70 | 0.86 | 0.27 | 11.63 | 0.76 | 0.41 |
| Hex | B9 | 38 | 19 | 0 | 46 | 56 | 1B | C | 4C | 29 |
| Octal | 271 | 70 | 31 | 0 | 106 | 126 | 33 | 14 | 114 | 51 |
| Binary | 10111001 | 111000 | 11001 | 0 | 1000110 | 1010110 | 11011 | 1100 | 1001100 | 101001 |
Color Harmonies of #B93819
Complementary color
Monochromatic Colors of #B93819
Black with #B93819
Text Example
Text Example
White with #B93819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93819; }
p { color: rgb(185,56,25); }
H1.HeaderClassName
{
color: #B93819;
}
.AnyTagClassName
{
color: #B93819;
}
</style>
background-color css
<style>
a { background-color: #B93819; }
a { background-color: rgb(185,56,25); }
div.DivClassName
{
background-color: #B93819;
}
.BgClassName
{
background-color: #B93819;
}
</style>
border-color css
<style>
span { border-color: #B93819; }
span { border-color: rgb(185,56,25); }
td.TdClassName
{
border-color: #B93819;
}
.TagClassName
{
border-color: #B93819;
}
</style>