Shades of Rust #B83F19
Tints of Rust #B83F19
RGB
CMYK
RGB Variations
Color information
#B83F19 (or 0xB83F19) is known color: Rust. HEX triplet: B8, 3F and 19. RGB value is (184,63,25). Sum of RGB (Red+Green+Blue) = 184+63+25=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83F19 is #47C0E6. Grayscale: #5F5F5F. Windows color (decimal): -4702439 or 1654712. OLE color: 1654712.
HSL color Cylindrical-coordinate representation of color #B83F19: hue angle of 14.34º 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 #B83F19 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 25 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.28 |
| HSL | 14.34º | 0.76% | 0.41% | - |
| HSV(B) | 14.34º | 0.86% | 0.72% | - |
| XYZ | 21.72 | 13.82 | 2.44 | - |
| YUV | 94.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 25 | 0 | 0.66 | 0.86 | 0.28 | 14.34 | 0.76 | 0.41 |
| Hex | B8 | 3F | 19 | 0 | 42 | 56 | 1C | E | 4C | 29 |
| Octal | 270 | 77 | 31 | 0 | 102 | 126 | 34 | 16 | 114 | 51 |
| Binary | 10111000 | 111111 | 11001 | 0 | 1000010 | 1010110 | 11100 | 1110 | 1001100 | 101001 |
Color Harmonies of #B83F19
Complementary color
Monochromatic Colors of #B83F19
Black with #B83F19
Text Example
Text Example
White with #B83F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F19; }
p { color: rgb(184,63,25); }
H1.HeaderClassName
{
color: #B83F19;
}
.AnyTagClassName
{
color: #B83F19;
}
</style>
background-color css
<style>
a { background-color: #B83F19; }
a { background-color: rgb(184,63,25); }
div.DivClassName
{
background-color: #B83F19;
}
.BgClassName
{
background-color: #B83F19;
}
</style>
border-color css
<style>
span { border-color: #B83F19; }
span { border-color: rgb(184,63,25); }
td.TdClassName
{
border-color: #B83F19;
}
.TagClassName
{
border-color: #B83F19;
}
</style>