Shades of Red Oxide #461D1C
Tints of Red Oxide #461D1C
RGB
CMYK
RGB Variations
Color information
#461D1C (or 0x461D1C) is known color: Red Oxide. HEX triplet: 46, 1D and 1C. RGB value is (70,29,28). Sum of RGB (Red+Green+Blue) = 70+29+28=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #461D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D1C is #B9E2E3. Grayscale: #292929. Windows color (decimal): -12182244 or 1842502. OLE color: 1842502.
HSL color Cylindrical-coordinate representation of color #461D1C: hue angle of 1.43º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461D1C is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 29 | 28 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.73 |
| HSL | 1.43º | 0.43% | 0.19% | - |
| HSV(B) | 1.43º | 0.6% | 0.27% | - |
| XYZ | 3.17 | 2.26 | 1.37 | - |
| YUV | 41.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 28 | 0 | 0.59 | 0.60 | 0.73 | 1.43 | 0.43 | 0.19 |
| Hex | 46 | 1D | 1C | 0 | 3B | 3C | 49 | 1 | 2B | 13 |
| Octal | 106 | 35 | 34 | 0 | 73 | 74 | 111 | 1 | 53 | 23 |
| Binary | 1000110 | 11101 | 11100 | 0 | 111011 | 111100 | 1001001 | 1 | 101011 | 10011 |
Color Harmonies of #461D1C
Complementary color
Monochromatic Colors of #461D1C
Black with #461D1C
Text Example
Text Example
White with #461D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D1C; }
p { color: rgb(70,29,28); }
H1.HeaderClassName
{
color: #461D1C;
}
.AnyTagClassName
{
color: #461D1C;
}
</style>
background-color css
<style>
a { background-color: #461D1C; }
a { background-color: rgb(70,29,28); }
div.DivClassName
{
background-color: #461D1C;
}
.BgClassName
{
background-color: #461D1C;
}
</style>
border-color css
<style>
span { border-color: #461D1C; }
span { border-color: rgb(70,29,28); }
td.TdClassName
{
border-color: #461D1C;
}
.TagClassName
{
border-color: #461D1C;
}
</style>