Shades of Rust #B74E1C
Tints of Rust #B74E1C
RGB
CMYK
RGB Variations
Color information
#B74E1C (or 0xB74E1C) is known color: Rust. HEX triplet: B7, 4E and 1C. RGB value is (183,78,28). Sum of RGB (Red+Green+Blue) = 183+78+28=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E1C is #48B1E3. Grayscale: #676767. Windows color (decimal): -4764132 or 1855159. OLE color: 1855159.
HSL color Cylindrical-coordinate representation of color #B74E1C: hue angle of 19.35º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B74E1C is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 78 | 28 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.28 |
| HSL | 19.35º | 0.73% | 0.41% | - |
| HSV(B) | 19.35º | 0.85% | 0.72% | - |
| XYZ | 22.46 | 15.6 | 2.93 | - |
| YUV | 103.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 28 | 0 | 0.57 | 0.85 | 0.28 | 19.35 | 0.73 | 0.41 |
| Hex | B7 | 4E | 1C | 0 | 39 | 55 | 1C | 13 | 49 | 29 |
| Octal | 267 | 116 | 34 | 0 | 71 | 125 | 34 | 23 | 111 | 51 |
| Binary | 10110111 | 1001110 | 11100 | 0 | 111001 | 1010101 | 11100 | 10011 | 1001001 | 101001 |
Color Harmonies of #B74E1C
Complementary color
Monochromatic Colors of #B74E1C
Black with #B74E1C
Text Example
Text Example
White with #B74E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74E1C; }
p { color: rgb(183,78,28); }
H1.HeaderClassName
{
color: #B74E1C;
}
.AnyTagClassName
{
color: #B74E1C;
}
</style>
background-color css
<style>
a { background-color: #B74E1C; }
a { background-color: rgb(183,78,28); }
div.DivClassName
{
background-color: #B74E1C;
}
.BgClassName
{
background-color: #B74E1C;
}
</style>
border-color css
<style>
span { border-color: #B74E1C; }
span { border-color: rgb(183,78,28); }
td.TdClassName
{
border-color: #B74E1C;
}
.TagClassName
{
border-color: #B74E1C;
}
</style>