Shades of Rust #B74019
Tints of Rust #B74019
RGB
CMYK
RGB Variations
Color information
#B74019 (or 0xB74019) is known color: Rust. HEX triplet: B7, 40 and 19. RGB value is (183,64,25). Sum of RGB (Red+Green+Blue) = 183+64+25=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B74019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74019 is #48BFE6. Grayscale: #5F5F5F. Windows color (decimal): -4767719 or 1654967. OLE color: 1654967.
HSL color Cylindrical-coordinate representation of color #B74019: hue angle of 14.81º 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 #B74019 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 25 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.28 |
| HSL | 14.81º | 0.76% | 0.41% | - |
| HSV(B) | 14.81º | 0.86% | 0.72% | - |
| XYZ | 21.54 | 13.8 | 2.45 | - |
| YUV | 95.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 25 | 0 | 0.65 | 0.86 | 0.28 | 14.81 | 0.76 | 0.41 |
| Hex | B7 | 40 | 19 | 0 | 41 | 56 | 1C | F | 4C | 29 |
| Octal | 267 | 100 | 31 | 0 | 101 | 126 | 34 | 17 | 114 | 51 |
| Binary | 10110111 | 1000000 | 11001 | 0 | 1000001 | 1010110 | 11100 | 1111 | 1001100 | 101001 |
Color Harmonies of #B74019
Complementary color
Monochromatic Colors of #B74019
Black with #B74019
Text Example
Text Example
White with #B74019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74019; }
p { color: rgb(183,64,25); }
H1.HeaderClassName
{
color: #B74019;
}
.AnyTagClassName
{
color: #B74019;
}
</style>
background-color css
<style>
a { background-color: #B74019; }
a { background-color: rgb(183,64,25); }
div.DivClassName
{
background-color: #B74019;
}
.BgClassName
{
background-color: #B74019;
}
</style>
border-color css
<style>
span { border-color: #B74019; }
span { border-color: rgb(183,64,25); }
td.TdClassName
{
border-color: #B74019;
}
.TagClassName
{
border-color: #B74019;
}
</style>