Shades of Rust #B83804
Tints of Rust #B83804
RGB
CMYK
RGB Variations
Color information
#B83804 (or 0xB83804) is known color: Rust. HEX triplet: B8, 38 and 04. RGB value is (184,56,4). Sum of RGB (Red+Green+Blue) = 184+56+4=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B83804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83804 is #47C7FB. Grayscale: #585858. Windows color (decimal): -4704252 or 276664. OLE color: 276664.
HSL color Cylindrical-coordinate representation of color #B83804: hue angle of 17.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B83804 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.28 |
| HSL | 17.33º | 0.96% | 0.37% | - |
| HSV(B) | 17.33º | 0.98% | 0.72% | - |
| XYZ | 21.2 | 13.03 | 1.51 | - |
| YUV | 88.34 | 80.41 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 4 | 0 | 0.70 | 0.98 | 0.28 | 17.33 | 0.96 | 0.37 |
| Hex | B8 | 38 | 4 | 0 | 46 | 62 | 1C | 11 | 60 | 25 |
| Octal | 270 | 70 | 4 | 0 | 106 | 142 | 34 | 21 | 140 | 45 |
| Binary | 10111000 | 111000 | 100 | 0 | 1000110 | 1100010 | 11100 | 10001 | 1100000 | 100101 |
Color Harmonies of #B83804
Complementary color
Monochromatic Colors of #B83804
Black with #B83804
Text Example
Text Example
White with #B83804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83804; }
p { color: rgb(184,56,4); }
H1.HeaderClassName
{
color: #B83804;
}
.AnyTagClassName
{
color: #B83804;
}
</style>
background-color css
<style>
a { background-color: #B83804; }
a { background-color: rgb(184,56,4); }
div.DivClassName
{
background-color: #B83804;
}
.BgClassName
{
background-color: #B83804;
}
</style>
border-color css
<style>
span { border-color: #B83804; }
span { border-color: rgb(184,56,4); }
td.TdClassName
{
border-color: #B83804;
}
.TagClassName
{
border-color: #B83804;
}
</style>