Shades of Rust #B93208
Tints of Rust #B93208
RGB
CMYK
RGB Variations
Color information
#B93208 (or 0xB93208) is known color: Rust. HEX triplet: B9, 32 and 08. RGB value is (185,50,8). Sum of RGB (Red+Green+Blue) = 185+50+8=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B93208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93208 is #46CDF7. Grayscale: #555555. Windows color (decimal): -4640248 or 537273. OLE color: 537273.
HSL color Cylindrical-coordinate representation of color #B93208: hue angle of 14.24º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B93208 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.27 |
| HSL | 14.24º | 0.92% | 0.38% | - |
| HSV(B) | 14.24º | 0.96% | 0.73% | - |
| XYZ | 21.19 | 12.61 | 1.55 | - |
| YUV | 85.58 | 84.23 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 8 | 0 | 0.73 | 0.96 | 0.27 | 14.24 | 0.92 | 0.38 |
| Hex | B9 | 32 | 8 | 0 | 49 | 60 | 1B | E | 5C | 26 |
| Octal | 271 | 62 | 10 | 0 | 111 | 140 | 33 | 16 | 134 | 46 |
| Binary | 10111001 | 110010 | 1000 | 0 | 1001001 | 1100000 | 11011 | 1110 | 1011100 | 100110 |
Color Harmonies of #B93208
Complementary color
Monochromatic Colors of #B93208
Black with #B93208
Text Example
Text Example
White with #B93208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93208; }
p { color: rgb(185,50,8); }
H1.HeaderClassName
{
color: #B93208;
}
.AnyTagClassName
{
color: #B93208;
}
</style>
background-color css
<style>
a { background-color: #B93208; }
a { background-color: rgb(185,50,8); }
div.DivClassName
{
background-color: #B93208;
}
.BgClassName
{
background-color: #B93208;
}
</style>
border-color css
<style>
span { border-color: #B93208; }
span { border-color: rgb(185,50,8); }
td.TdClassName
{
border-color: #B93208;
}
.TagClassName
{
border-color: #B93208;
}
</style>