Shades of Rust #B74B1C
Tints of Rust #B74B1C
RGB
CMYK
RGB Variations
Color information
#B74B1C (or 0xB74B1C) is known color: Rust. HEX triplet: B7, 4B and 1C. RGB value is (183,75,28). Sum of RGB (Red+Green+Blue) = 183+75+28=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74B1C is #48B4E3. Grayscale: #666666. Windows color (decimal): -4764900 or 1854391. OLE color: 1854391.
HSL color Cylindrical-coordinate representation of color #B74B1C: hue angle of 18.19º 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 #B74B1C is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 28 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.28 |
| HSL | 18.19º | 0.73% | 0.41% | - |
| HSV(B) | 18.19º | 0.85% | 0.72% | - |
| XYZ | 22.25 | 15.18 | 2.86 | - |
| YUV | 101.93 | 86.28 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 28 | 0 | 0.59 | 0.85 | 0.28 | 18.19 | 0.73 | 0.41 |
| Hex | B7 | 4B | 1C | 0 | 3B | 55 | 1C | 12 | 49 | 29 |
| Octal | 267 | 113 | 34 | 0 | 73 | 125 | 34 | 22 | 111 | 51 |
| Binary | 10110111 | 1001011 | 11100 | 0 | 111011 | 1010101 | 11100 | 10010 | 1001001 | 101001 |
Color Harmonies of #B74B1C
Complementary color
Monochromatic Colors of #B74B1C
Black with #B74B1C
Text Example
Text Example
White with #B74B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B1C; }
p { color: rgb(183,75,28); }
H1.HeaderClassName
{
color: #B74B1C;
}
.AnyTagClassName
{
color: #B74B1C;
}
</style>
background-color css
<style>
a { background-color: #B74B1C; }
a { background-color: rgb(183,75,28); }
div.DivClassName
{
background-color: #B74B1C;
}
.BgClassName
{
background-color: #B74B1C;
}
</style>
border-color css
<style>
span { border-color: #B74B1C; }
span { border-color: rgb(183,75,28); }
td.TdClassName
{
border-color: #B74B1C;
}
.TagClassName
{
border-color: #B74B1C;
}
</style>