Shades of Rust #B73819
Tints of Rust #B73819
RGB
CMYK
RGB Variations
Color information
#B73819 (or 0xB73819) is known color: Rust. HEX triplet: B7, 38 and 19. RGB value is (183,56,25). Sum of RGB (Red+Green+Blue) = 183+56+25=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B73819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73819 is #48C7E6. Grayscale: #5A5A5A. Windows color (decimal): -4769767 or 1652919. OLE color: 1652919.
HSL color Cylindrical-coordinate representation of color #B73819: hue angle of 11.77º 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 #B73819 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 25 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.28 |
| HSL | 11.77º | 0.76% | 0.41% | - |
| HSV(B) | 11.77º | 0.86% | 0.72% | - |
| XYZ | 21.12 | 12.97 | 2.31 | - |
| YUV | 90.44 | 91.08 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 25 | 0 | 0.69 | 0.86 | 0.28 | 11.77 | 0.76 | 0.41 |
| Hex | B7 | 38 | 19 | 0 | 45 | 56 | 1C | C | 4C | 29 |
| Octal | 267 | 70 | 31 | 0 | 105 | 126 | 34 | 14 | 114 | 51 |
| Binary | 10110111 | 111000 | 11001 | 0 | 1000101 | 1010110 | 11100 | 1100 | 1001100 | 101001 |
Color Harmonies of #B73819
Complementary color
Monochromatic Colors of #B73819
Black with #B73819
Text Example
Text Example
White with #B73819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73819; }
p { color: rgb(183,56,25); }
H1.HeaderClassName
{
color: #B73819;
}
.AnyTagClassName
{
color: #B73819;
}
</style>
background-color css
<style>
a { background-color: #B73819; }
a { background-color: rgb(183,56,25); }
div.DivClassName
{
background-color: #B73819;
}
.BgClassName
{
background-color: #B73819;
}
</style>
border-color css
<style>
span { border-color: #B73819; }
span { border-color: rgb(183,56,25); }
td.TdClassName
{
border-color: #B73819;
}
.TagClassName
{
border-color: #B73819;
}
</style>