Shades of Red Oxide #4C1D1C
Tints of Red Oxide #4C1D1C
RGB
CMYK
RGB Variations
Color information
#4C1D1C (or 0x4C1D1C) is known color: Red Oxide. HEX triplet: 4C, 1D and 1C. RGB value is (76,29,28). Sum of RGB (Red+Green+Blue) = 76+29+28=133 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.14% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1D1C is #B3E2E3. Grayscale: #2A2A2A. Windows color (decimal): -11789028 or 1842508. OLE color: 1842508.
HSL color Cylindrical-coordinate representation of color #4C1D1C: hue angle of 1.25º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C1D1C is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 29 | 28 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.70 |
| HSL | 1.25º | 0.46% | 0.2% | - |
| HSV(B) | 1.25º | 0.63% | 0.3% | - |
| XYZ | 3.63 | 2.5 | 1.39 | - |
| YUV | 42.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 29 | 28 | 0 | 0.62 | 0.63 | 0.70 | 1.25 | 0.46 | 0.2 |
| Hex | 4C | 1D | 1C | 0 | 3E | 3F | 46 | 1 | 2E | 14 |
| Octal | 114 | 35 | 34 | 0 | 76 | 77 | 106 | 1 | 56 | 24 |
| Binary | 1001100 | 11101 | 11100 | 0 | 111110 | 111111 | 1000110 | 1 | 101110 | 10100 |
Color Harmonies of #4C1D1C
Complementary color
Monochromatic Colors of #4C1D1C
Black with #4C1D1C
Text Example
Text Example
White with #4C1D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1D1C; }
p { color: rgb(76,29,28); }
H1.HeaderClassName
{
color: #4C1D1C;
}
.AnyTagClassName
{
color: #4C1D1C;
}
</style>
background-color css
<style>
a { background-color: #4C1D1C; }
a { background-color: rgb(76,29,28); }
div.DivClassName
{
background-color: #4C1D1C;
}
.BgClassName
{
background-color: #4C1D1C;
}
</style>
border-color css
<style>
span { border-color: #4C1D1C; }
span { border-color: rgb(76,29,28); }
td.TdClassName
{
border-color: #4C1D1C;
}
.TagClassName
{
border-color: #4C1D1C;
}
</style>