Shades of Rust #B74419
Tints of Rust #B74419
RGB
CMYK
RGB Variations
Color information
#B74419 (or 0xB74419) is known color: Rust. HEX triplet: B7, 44 and 19. RGB value is (183,68,25). Sum of RGB (Red+Green+Blue) = 183+68+25=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B74419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74419 is #48BBE6. Grayscale: #616161. Windows color (decimal): -4766695 or 1655991. OLE color: 1655991.
HSL color Cylindrical-coordinate representation of color #B74419: hue angle of 16.33º 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 #B74419 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 25 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.28 |
| HSL | 16.33º | 0.76% | 0.41% | - |
| HSV(B) | 16.33º | 0.86% | 0.72% | - |
| XYZ | 21.77 | 14.27 | 2.53 | - |
| YUV | 97.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 25 | 0 | 0.63 | 0.86 | 0.28 | 16.33 | 0.76 | 0.41 |
| Hex | B7 | 44 | 19 | 0 | 3F | 56 | 1C | 10 | 4C | 29 |
| Octal | 267 | 104 | 31 | 0 | 77 | 126 | 34 | 20 | 114 | 51 |
| Binary | 10110111 | 1000100 | 11001 | 0 | 111111 | 1010110 | 11100 | 10000 | 1001100 | 101001 |
Color Harmonies of #B74419
Complementary color
Monochromatic Colors of #B74419
Black with #B74419
Text Example
Text Example
White with #B74419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74419; }
p { color: rgb(183,68,25); }
H1.HeaderClassName
{
color: #B74419;
}
.AnyTagClassName
{
color: #B74419;
}
</style>
background-color css
<style>
a { background-color: #B74419; }
a { background-color: rgb(183,68,25); }
div.DivClassName
{
background-color: #B74419;
}
.BgClassName
{
background-color: #B74419;
}
</style>
border-color css
<style>
span { border-color: #B74419; }
span { border-color: rgb(183,68,25); }
td.TdClassName
{
border-color: #B74419;
}
.TagClassName
{
border-color: #B74419;
}
</style>