Shades of Rust #B83800
Tints of Rust #B83800
RGB
CMYK
RGB Variations
Color information
#B83800 (or 0xB83800) is known color: Rust. HEX triplet: B8, 38 and 00. RGB value is (184,56,0). Sum of RGB (Red+Green+Blue) = 184+56+0=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B83800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83800 is #47C7FF. Grayscale: #585858. Windows color (decimal): -4704256 or 14520. OLE color: 14520.
HSL color Cylindrical-coordinate representation of color #B83800: hue angle of 18.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B83800 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.28 |
| HSL | 18.26º | 1% | 0.36% | - |
| HSV(B) | 18.26º | 1% | 0.72% | - |
| XYZ | 21.18 | 13.02 | 1.4 | - |
| YUV | 87.89 | 78.41 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 0 | 0 | 0.70 | 1 | 0.28 | 18.26 | 1 | 0.36 |
| Hex | B8 | 38 | 0 | 0 | 46 | 64 | 1C | 12 | 64 | 24 |
| Octal | 270 | 70 | 0 | 0 | 106 | 144 | 34 | 22 | 144 | 44 |
| Binary | 10111000 | 111000 | 0 | 0 | 1000110 | 1100100 | 11100 | 10010 | 1100100 | 100100 |
Color Harmonies of #B83800
Complementary color
Monochromatic Colors of #B83800
Black with #B83800
Text Example
Text Example
White with #B83800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83800; }
p { color: rgb(184,56,0); }
H1.HeaderClassName
{
color: #B83800;
}
.AnyTagClassName
{
color: #B83800;
}
</style>
background-color css
<style>
a { background-color: #B83800; }
a { background-color: rgb(184,56,0); }
div.DivClassName
{
background-color: #B83800;
}
.BgClassName
{
background-color: #B83800;
}
</style>
border-color css
<style>
span { border-color: #B83800; }
span { border-color: rgb(184,56,0); }
td.TdClassName
{
border-color: #B83800;
}
.TagClassName
{
border-color: #B83800;
}
</style>