Shades of Red Oxide #4B1919
Tints of Red Oxide #4B1919
RGB
CMYK
RGB Variations
Color information
#4B1919 (or 0x4B1919) is known color: Red Oxide. HEX triplet: 4B, 19 and 19. RGB value is (75,25,25). Sum of RGB (Red+Green+Blue) = 75+25+25=125 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1919 is #B4E6E6. Grayscale: #282828. Windows color (decimal): -11855591 or 1644875. OLE color: 1644875.
HSL color Cylindrical-coordinate representation of color #4B1919: hue angle of 0º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B1919 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 25 | 25 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.71 |
| HSL | 0º | 0.5% | 0.2% | - |
| HSV(B) | 0º | 0.67% | 0.29% | - |
| XYZ | 3.42 | 2.26 | 1.18 | - |
| YUV | 39.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 25 | 0 | 0.67 | 0.67 | 0.71 | 0 | 0.5 | 0.2 |
| Hex | 4B | 19 | 19 | 0 | 43 | 43 | 47 | 0 | 32 | 14 |
| Octal | 113 | 31 | 31 | 0 | 103 | 103 | 107 | 0 | 62 | 24 |
| Binary | 1001011 | 11001 | 11001 | 0 | 1000011 | 1000011 | 1000111 | 0 | 110010 | 10100 |
Color Harmonies of #4B1919
Complementary color
Monochromatic Colors of #4B1919
Black with #4B1919
Text Example
Text Example
White with #4B1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1919; }
p { color: rgb(75,25,25); }
H1.HeaderClassName
{
color: #4B1919;
}
.AnyTagClassName
{
color: #4B1919;
}
</style>
background-color css
<style>
a { background-color: #4B1919; }
a { background-color: rgb(75,25,25); }
div.DivClassName
{
background-color: #4B1919;
}
.BgClassName
{
background-color: #4B1919;
}
</style>
border-color css
<style>
span { border-color: #4B1919; }
span { border-color: rgb(75,25,25); }
td.TdClassName
{
border-color: #4B1919;
}
.TagClassName
{
border-color: #4B1919;
}
</style>