Shades of Red Oxide #461D1D
Tints of Red Oxide #461D1D
RGB
CMYK
RGB Variations
Color information
#461D1D (or 0x461D1D) is known color: Red Oxide. HEX triplet: 46, 1D and 1D. RGB value is (70,29,29). Sum of RGB (Red+Green+Blue) = 70+29+29=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D1D is #B9E2E2. Grayscale: #292929. Windows color (decimal): -12182243 or 1908038. OLE color: 1908038.
HSL color Cylindrical-coordinate representation of color #461D1D: hue angle of 0º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D1D is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 29 | 29 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.73 |
| HSL | 0º | 0.41% | 0.19% | - |
| HSV(B) | 0º | 0.59% | 0.27% | - |
| XYZ | 3.19 | 2.27 | 1.43 | - |
| YUV | 41.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 29 | 0 | 0.59 | 0.59 | 0.73 | 0 | 0.41 | 0.19 |
| Hex | 46 | 1D | 1D | 0 | 3B | 3B | 49 | 0 | 29 | 13 |
| Octal | 106 | 35 | 35 | 0 | 73 | 73 | 111 | 0 | 51 | 23 |
| Binary | 1000110 | 11101 | 11101 | 0 | 111011 | 111011 | 1001001 | 0 | 101001 | 10011 |
Color Harmonies of #461D1D
Complementary color
Monochromatic Colors of #461D1D
Black with #461D1D
Text Example
Text Example
White with #461D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D1D; }
p { color: rgb(70,29,29); }
H1.HeaderClassName
{
color: #461D1D;
}
.AnyTagClassName
{
color: #461D1D;
}
</style>
background-color css
<style>
a { background-color: #461D1D; }
a { background-color: rgb(70,29,29); }
div.DivClassName
{
background-color: #461D1D;
}
.BgClassName
{
background-color: #461D1D;
}
</style>
border-color css
<style>
span { border-color: #461D1D; }
span { border-color: rgb(70,29,29); }
td.TdClassName
{
border-color: #461D1D;
}
.TagClassName
{
border-color: #461D1D;
}
</style>