Shades of Rust #B83D08
Tints of Rust #B83D08
RGB
CMYK
RGB Variations
Color information
#B83D08 (or 0xB83D08) is known color: Rust. HEX triplet: B8, 3D and 08. RGB value is (184,61,8). Sum of RGB (Red+Green+Blue) = 184+61+8=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83D08 is #47C2F7. Grayscale: #5C5C5C. Windows color (decimal): -4702968 or 540088. OLE color: 540088.
HSL color Cylindrical-coordinate representation of color #B83D08: hue angle of 18.07º 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 #B83D08 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 8 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.28 |
| HSL | 18.07º | 0.92% | 0.38% | - |
| HSV(B) | 18.07º | 0.96% | 0.72% | - |
| XYZ | 21.48 | 13.55 | 1.71 | - |
| YUV | 91.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 8 | 0 | 0.67 | 0.96 | 0.28 | 18.07 | 0.92 | 0.38 |
| Hex | B8 | 3D | 8 | 0 | 43 | 60 | 1C | 12 | 5C | 26 |
| Octal | 270 | 75 | 10 | 0 | 103 | 140 | 34 | 22 | 134 | 46 |
| Binary | 10111000 | 111101 | 1000 | 0 | 1000011 | 1100000 | 11100 | 10010 | 1011100 | 100110 |
Color Harmonies of #B83D08
Complementary color
Monochromatic Colors of #B83D08
Black with #B83D08
Text Example
Text Example
White with #B83D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D08; }
p { color: rgb(184,61,8); }
H1.HeaderClassName
{
color: #B83D08;
}
.AnyTagClassName
{
color: #B83D08;
}
</style>
background-color css
<style>
a { background-color: #B83D08; }
a { background-color: rgb(184,61,8); }
div.DivClassName
{
background-color: #B83D08;
}
.BgClassName
{
background-color: #B83D08;
}
</style>
border-color css
<style>
span { border-color: #B83D08; }
span { border-color: rgb(184,61,8); }
td.TdClassName
{
border-color: #B83D08;
}
.TagClassName
{
border-color: #B83D08;
}
</style>