Shades of Rust #B83208
Tints of Rust #B83208
RGB
CMYK
RGB Variations
Color information
#B83208 (or 0xB83208) is known color: Rust. HEX triplet: B8, 32 and 08. RGB value is (184,50,8). Sum of RGB (Red+Green+Blue) = 184+50+8=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B83208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83208 is #47CDF7. Grayscale: #555555. Windows color (decimal): -4705784 or 537272. OLE color: 537272.
HSL color Cylindrical-coordinate representation of color #B83208: hue angle of 14.32º 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 #B83208 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.28 |
| HSL | 14.32º | 0.92% | 0.38% | - |
| HSV(B) | 14.32º | 0.96% | 0.72% | - |
| XYZ | 20.95 | 12.49 | 1.54 | - |
| YUV | 85.28 | 84.39 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 8 | 0 | 0.73 | 0.96 | 0.28 | 14.32 | 0.92 | 0.38 |
| Hex | B8 | 32 | 8 | 0 | 49 | 60 | 1C | E | 5C | 26 |
| Octal | 270 | 62 | 10 | 0 | 111 | 140 | 34 | 16 | 134 | 46 |
| Binary | 10111000 | 110010 | 1000 | 0 | 1001001 | 1100000 | 11100 | 1110 | 1011100 | 100110 |
Color Harmonies of #B83208
Complementary color
Monochromatic Colors of #B83208
Black with #B83208
Text Example
Text Example
White with #B83208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83208; }
p { color: rgb(184,50,8); }
H1.HeaderClassName
{
color: #B83208;
}
.AnyTagClassName
{
color: #B83208;
}
</style>
background-color css
<style>
a { background-color: #B83208; }
a { background-color: rgb(184,50,8); }
div.DivClassName
{
background-color: #B83208;
}
.BgClassName
{
background-color: #B83208;
}
</style>
border-color css
<style>
span { border-color: #B83208; }
span { border-color: rgb(184,50,8); }
td.TdClassName
{
border-color: #B83208;
}
.TagClassName
{
border-color: #B83208;
}
</style>