Shades of Red Oxide #4B1E1E
Tints of Red Oxide #4B1E1E
RGB
CMYK
RGB Variations
Color information
#4B1E1E (or 0x4B1E1E) is known color: Red Oxide. HEX triplet: 4B, 1E and 1E. RGB value is (75,30,30). Sum of RGB (Red+Green+Blue) = 75+30+30=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1E1E is #B4E1E1. Grayscale: #2B2B2B. Windows color (decimal): -11854306 or 1973835. OLE color: 1973835.
HSL color Cylindrical-coordinate representation of color #4B1E1E: hue angle of 0º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B1E1E is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 30 | 30 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.71 |
| HSL | 0º | 0.43% | 0.21% | - |
| HSV(B) | 0º | 0.6% | 0.29% | - |
| XYZ | 3.6 | 2.52 | 1.52 | - |
| YUV | 43.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 30 | 30 | 0 | 0.60 | 0.60 | 0.71 | 0 | 0.43 | 0.21 |
| Hex | 4B | 1E | 1E | 0 | 3C | 3C | 47 | 0 | 2B | 15 |
| Octal | 113 | 36 | 36 | 0 | 74 | 74 | 107 | 0 | 53 | 25 |
| Binary | 1001011 | 11110 | 11110 | 0 | 111100 | 111100 | 1000111 | 0 | 101011 | 10101 |
Color Harmonies of #4B1E1E
Complementary color
Monochromatic Colors of #4B1E1E
Black with #4B1E1E
Text Example
Text Example
White with #4B1E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1E1E; }
p { color: rgb(75,30,30); }
H1.HeaderClassName
{
color: #4B1E1E;
}
.AnyTagClassName
{
color: #4B1E1E;
}
</style>
background-color css
<style>
a { background-color: #4B1E1E; }
a { background-color: rgb(75,30,30); }
div.DivClassName
{
background-color: #4B1E1E;
}
.BgClassName
{
background-color: #4B1E1E;
}
</style>
border-color css
<style>
span { border-color: #4B1E1E; }
span { border-color: rgb(75,30,30); }
td.TdClassName
{
border-color: #4B1E1E;
}
.TagClassName
{
border-color: #4B1E1E;
}
</style>