Shades of Rust #B83808
Tints of Rust #B83808
RGB
CMYK
RGB Variations
Color information
#B83808 (or 0xB83808) is known color: Rust. HEX triplet: B8, 38 and 08. RGB value is (184,56,8). Sum of RGB (Red+Green+Blue) = 184+56+8=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B83808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83808 is #47C7F7. Grayscale: #595959. Windows color (decimal): -4704248 or 538808. OLE color: 538808.
HSL color Cylindrical-coordinate representation of color #B83808: hue angle of 16.36º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B83808 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.28 |
| HSL | 16.36º | 0.92% | 0.38% | - |
| HSV(B) | 16.36º | 0.96% | 0.72% | - |
| XYZ | 21.23 | 13.04 | 1.63 | - |
| YUV | 88.8 | 82.41 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 8 | 0 | 0.70 | 0.96 | 0.28 | 16.36 | 0.92 | 0.38 |
| Hex | B8 | 38 | 8 | 0 | 46 | 60 | 1C | 10 | 5C | 26 |
| Octal | 270 | 70 | 10 | 0 | 106 | 140 | 34 | 20 | 134 | 46 |
| Binary | 10111000 | 111000 | 1000 | 0 | 1000110 | 1100000 | 11100 | 10000 | 1011100 | 100110 |
Color Harmonies of #B83808
Complementary color
Monochromatic Colors of #B83808
Black with #B83808
Text Example
Text Example
White with #B83808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83808; }
p { color: rgb(184,56,8); }
H1.HeaderClassName
{
color: #B83808;
}
.AnyTagClassName
{
color: #B83808;
}
</style>
background-color css
<style>
a { background-color: #B83808; }
a { background-color: rgb(184,56,8); }
div.DivClassName
{
background-color: #B83808;
}
.BgClassName
{
background-color: #B83808;
}
</style>
border-color css
<style>
span { border-color: #B83808; }
span { border-color: rgb(184,56,8); }
td.TdClassName
{
border-color: #B83808;
}
.TagClassName
{
border-color: #B83808;
}
</style>