Shades of Rust #B04A1C
Tints of Rust #B04A1C
RGB
CMYK
RGB Variations
Color information
#B04A1C (or 0xB04A1C) is known color: Rust. HEX triplet: B0, 4A and 1C. RGB value is (176,74,28). Sum of RGB (Red+Green+Blue) = 176+74+28=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A1C is #4FB5E3. Grayscale: #636363. Windows color (decimal): -5223908 or 1854128. OLE color: 1854128.
HSL color Cylindrical-coordinate representation of color #B04A1C: hue angle of 18.65º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B04A1C is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 74 | 28 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.31 |
| HSL | 18.65º | 0.73% | 0.4% | - |
| HSV(B) | 18.65º | 0.84% | 0.69% | - |
| XYZ | 20.56 | 14.21 | 2.76 | - |
| YUV | 99.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 28 | 0 | 0.58 | 0.84 | 0.31 | 18.65 | 0.73 | 0.4 |
| Hex | B0 | 4A | 1C | 0 | 3A | 54 | 1F | 13 | 49 | 28 |
| Octal | 260 | 112 | 34 | 0 | 72 | 124 | 37 | 23 | 111 | 50 |
| Binary | 10110000 | 1001010 | 11100 | 0 | 111010 | 1010100 | 11111 | 10011 | 1001001 | 101000 |
Color Harmonies of #B04A1C
Complementary color
Monochromatic Colors of #B04A1C
Black with #B04A1C
Text Example
Text Example
White with #B04A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04A1C; }
p { color: rgb(176,74,28); }
H1.HeaderClassName
{
color: #B04A1C;
}
.AnyTagClassName
{
color: #B04A1C;
}
</style>
background-color css
<style>
a { background-color: #B04A1C; }
a { background-color: rgb(176,74,28); }
div.DivClassName
{
background-color: #B04A1C;
}
.BgClassName
{
background-color: #B04A1C;
}
</style>
border-color css
<style>
span { border-color: #B04A1C; }
span { border-color: rgb(176,74,28); }
td.TdClassName
{
border-color: #B04A1C;
}
.TagClassName
{
border-color: #B04A1C;
}
</style>