Shades of Rust #B83E08
Tints of Rust #B83E08
RGB
CMYK
RGB Variations
Color information
#B83E08 (or 0xB83E08) is known color: Rust. HEX triplet: B8, 3E and 08. RGB value is (184,62,8). Sum of RGB (Red+Green+Blue) = 184+62+8=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83E08 is #47C1F7. Grayscale: #5C5C5C. Windows color (decimal): -4702712 or 540344. OLE color: 540344.
HSL color Cylindrical-coordinate representation of color #B83E08: hue angle of 18.41º 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 #B83E08 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 62 | 8 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.28 |
| HSL | 18.41º | 0.92% | 0.38% | - |
| HSV(B) | 18.41º | 0.96% | 0.72% | - |
| XYZ | 21.53 | 13.65 | 1.73 | - |
| YUV | 92.32 | 80.42 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 8 | 0 | 0.66 | 0.96 | 0.28 | 18.41 | 0.92 | 0.38 |
| Hex | B8 | 3E | 8 | 0 | 42 | 60 | 1C | 12 | 5C | 26 |
| Octal | 270 | 76 | 10 | 0 | 102 | 140 | 34 | 22 | 134 | 46 |
| Binary | 10111000 | 111110 | 1000 | 0 | 1000010 | 1100000 | 11100 | 10010 | 1011100 | 100110 |
Color Harmonies of #B83E08
Complementary color
Monochromatic Colors of #B83E08
Black with #B83E08
Text Example
Text Example
White with #B83E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83E08; }
p { color: rgb(184,62,8); }
H1.HeaderClassName
{
color: #B83E08;
}
.AnyTagClassName
{
color: #B83E08;
}
</style>
background-color css
<style>
a { background-color: #B83E08; }
a { background-color: rgb(184,62,8); }
div.DivClassName
{
background-color: #B83E08;
}
.BgClassName
{
background-color: #B83E08;
}
</style>
border-color css
<style>
span { border-color: #B83E08; }
span { border-color: rgb(184,62,8); }
td.TdClassName
{
border-color: #B83E08;
}
.TagClassName
{
border-color: #B83E08;
}
</style>