Shades of Rust #B83919
Tints of Rust #B83919
RGB
CMYK
RGB Variations
Color information
#B83919 (or 0xB83919) is known color: Rust. HEX triplet: B8, 39 and 19. RGB value is (184,57,25). Sum of RGB (Red+Green+Blue) = 184+57+25=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B83919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83919 is #47C6E6. Grayscale: #5B5B5B. Windows color (decimal): -4703975 or 1653176. OLE color: 1653176.
HSL color Cylindrical-coordinate representation of color #B83919: hue angle of 12.08º 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 #B83919 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 25 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.28 |
| HSL | 12.08º | 0.76% | 0.41% | - |
| HSV(B) | 12.08º | 0.86% | 0.72% | - |
| XYZ | 21.41 | 13.19 | 2.34 | - |
| YUV | 91.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 25 | 0 | 0.69 | 0.86 | 0.28 | 12.08 | 0.76 | 0.41 |
| Hex | B8 | 39 | 19 | 0 | 45 | 56 | 1C | C | 4C | 29 |
| Octal | 270 | 71 | 31 | 0 | 105 | 126 | 34 | 14 | 114 | 51 |
| Binary | 10111000 | 111001 | 11001 | 0 | 1000101 | 1010110 | 11100 | 1100 | 1001100 | 101001 |
Color Harmonies of #B83919
Complementary color
Monochromatic Colors of #B83919
Black with #B83919
Text Example
Text Example
White with #B83919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83919; }
p { color: rgb(184,57,25); }
H1.HeaderClassName
{
color: #B83919;
}
.AnyTagClassName
{
color: #B83919;
}
</style>
background-color css
<style>
a { background-color: #B83919; }
a { background-color: rgb(184,57,25); }
div.DivClassName
{
background-color: #B83919;
}
.BgClassName
{
background-color: #B83919;
}
</style>
border-color css
<style>
span { border-color: #B83919; }
span { border-color: rgb(184,57,25); }
td.TdClassName
{
border-color: #B83919;
}
.TagClassName
{
border-color: #B83919;
}
</style>