Shades of Rust #B83F1D
Tints of Rust #B83F1D
RGB
CMYK
RGB Variations
Color information
#B83F1D (or 0xB83F1D) is known color: Rust. HEX triplet: B8, 3F and 1D. RGB value is (184,63,29). Sum of RGB (Red+Green+Blue) = 184+63+29=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F1D is #47C0E2. Grayscale: #5F5F5F. Windows color (decimal): -4702435 or 1916856. OLE color: 1916856.
HSL color Cylindrical-coordinate representation of color #B83F1D: hue angle of 13.16º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B83F1D is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 29 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.28 |
| HSL | 13.16º | 0.73% | 0.42% | - |
| HSV(B) | 13.16º | 0.84% | 0.72% | - |
| XYZ | 21.77 | 13.83 | 2.69 | - |
| YUV | 95.3 | 90.59 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 29 | 0 | 0.66 | 0.84 | 0.28 | 13.16 | 0.73 | 0.42 |
| Hex | B8 | 3F | 1D | 0 | 42 | 54 | 1C | D | 49 | 2A |
| Octal | 270 | 77 | 35 | 0 | 102 | 124 | 34 | 15 | 111 | 52 |
| Binary | 10111000 | 111111 | 11101 | 0 | 1000010 | 1010100 | 11100 | 1101 | 1001001 | 101010 |
Color Harmonies of #B83F1D
Complementary color
Monochromatic Colors of #B83F1D
Black with #B83F1D
Text Example
Text Example
White with #B83F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F1D; }
p { color: rgb(184,63,29); }
H1.HeaderClassName
{
color: #B83F1D;
}
.AnyTagClassName
{
color: #B83F1D;
}
</style>
background-color css
<style>
a { background-color: #B83F1D; }
a { background-color: rgb(184,63,29); }
div.DivClassName
{
background-color: #B83F1D;
}
.BgClassName
{
background-color: #B83F1D;
}
</style>
border-color css
<style>
span { border-color: #B83F1D; }
span { border-color: rgb(184,63,29); }
td.TdClassName
{
border-color: #B83F1D;
}
.TagClassName
{
border-color: #B83F1D;
}
</style>