Shades of Rust #B83D19
Tints of Rust #B83D19
RGB
CMYK
RGB Variations
Color information
#B83D19 (or 0xB83D19) is known color: Rust. HEX triplet: B8, 3D and 19. RGB value is (184,61,25). Sum of RGB (Red+Green+Blue) = 184+61+25=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83D19 is #47C2E6. Grayscale: #5D5D5D. Windows color (decimal): -4702951 or 1654200. OLE color: 1654200.
HSL color Cylindrical-coordinate representation of color #B83D19: hue angle of 13.58º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B83D19 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 25 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.28 |
| HSL | 13.58º | 0.76% | 0.41% | - |
| HSV(B) | 13.58º | 0.86% | 0.72% | - |
| XYZ | 21.61 | 13.6 | 2.41 | - |
| YUV | 93.67 | 89.25 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 25 | 0 | 0.67 | 0.86 | 0.28 | 13.58 | 0.76 | 0.41 |
| Hex | B8 | 3D | 19 | 0 | 43 | 56 | 1C | E | 4C | 29 |
| Octal | 270 | 75 | 31 | 0 | 103 | 126 | 34 | 16 | 114 | 51 |
| Binary | 10111000 | 111101 | 11001 | 0 | 1000011 | 1010110 | 11100 | 1110 | 1001100 | 101001 |
Color Harmonies of #B83D19
Complementary color
Monochromatic Colors of #B83D19
Black with #B83D19
Text Example
Text Example
White with #B83D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D19; }
p { color: rgb(184,61,25); }
H1.HeaderClassName
{
color: #B83D19;
}
.AnyTagClassName
{
color: #B83D19;
}
</style>
background-color css
<style>
a { background-color: #B83D19; }
a { background-color: rgb(184,61,25); }
div.DivClassName
{
background-color: #B83D19;
}
.BgClassName
{
background-color: #B83D19;
}
</style>
border-color css
<style>
span { border-color: #B83D19; }
span { border-color: rgb(184,61,25); }
td.TdClassName
{
border-color: #B83D19;
}
.TagClassName
{
border-color: #B83D19;
}
</style>