Shades of Rust #B83D1C
Tints of Rust #B83D1C
RGB
CMYK
RGB Variations
Color information
#B83D1C (or 0xB83D1C) is known color: Rust. HEX triplet: B8, 3D and 1C. RGB value is (184,61,28). Sum of RGB (Red+Green+Blue) = 184+61+28=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83D1C is #47C2E3. Grayscale: #5E5E5E. Windows color (decimal): -4702948 or 1850808. OLE color: 1850808.
HSL color Cylindrical-coordinate representation of color #B83D1C: hue angle of 12.69º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B83D1C is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 28 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.28 |
| HSL | 12.69º | 0.74% | 0.42% | - |
| HSV(B) | 12.69º | 0.85% | 0.72% | - |
| XYZ | 21.65 | 13.61 | 2.59 | - |
| YUV | 94.02 | 90.75 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 28 | 0 | 0.67 | 0.85 | 0.28 | 12.69 | 0.74 | 0.42 |
| Hex | B8 | 3D | 1C | 0 | 43 | 55 | 1C | D | 4A | 2A |
| Octal | 270 | 75 | 34 | 0 | 103 | 125 | 34 | 15 | 112 | 52 |
| Binary | 10111000 | 111101 | 11100 | 0 | 1000011 | 1010101 | 11100 | 1101 | 1001010 | 101010 |
Color Harmonies of #B83D1C
Complementary color
Monochromatic Colors of #B83D1C
Black with #B83D1C
Text Example
Text Example
White with #B83D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D1C; }
p { color: rgb(184,61,28); }
H1.HeaderClassName
{
color: #B83D1C;
}
.AnyTagClassName
{
color: #B83D1C;
}
</style>
background-color css
<style>
a { background-color: #B83D1C; }
a { background-color: rgb(184,61,28); }
div.DivClassName
{
background-color: #B83D1C;
}
.BgClassName
{
background-color: #B83D1C;
}
</style>
border-color css
<style>
span { border-color: #B83D1C; }
span { border-color: rgb(184,61,28); }
td.TdClassName
{
border-color: #B83D1C;
}
.TagClassName
{
border-color: #B83D1C;
}
</style>