Shades of Red Oxide #4B1A16
Tints of Red Oxide #4B1A16
RGB
CMYK
RGB Variations
Color information
#4B1A16 (or 0x4B1A16) is known color: Red Oxide. HEX triplet: 4B, 1A and 16. RGB value is (75,26,22). Sum of RGB (Red+Green+Blue) = 75+26+22=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1A16 is #B4E5E9. Grayscale: #282828. Windows color (decimal): -11855338 or 1448523. OLE color: 1448523.
HSL color Cylindrical-coordinate representation of color #4B1A16: hue angle of 4.53º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B1A16 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 26 | 22 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.71 |
| HSL | 4.53º | 0.55% | 0.19% | - |
| HSV(B) | 4.53º | 0.71% | 0.29% | - |
| XYZ | 3.42 | 2.29 | 1.02 | - |
| YUV | 40.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 26 | 22 | 0 | 0.65 | 0.71 | 0.71 | 4.53 | 0.55 | 0.19 |
| Hex | 4B | 1A | 16 | 0 | 41 | 47 | 47 | 5 | 37 | 13 |
| Octal | 113 | 32 | 26 | 0 | 101 | 107 | 107 | 5 | 67 | 23 |
| Binary | 1001011 | 11010 | 10110 | 0 | 1000001 | 1000111 | 1000111 | 101 | 110111 | 10011 |
Color Harmonies of #4B1A16
Complementary color
Monochromatic Colors of #4B1A16
Black with #4B1A16
Text Example
Text Example
White with #4B1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1A16; }
p { color: rgb(75,26,22); }
H1.HeaderClassName
{
color: #4B1A16;
}
.AnyTagClassName
{
color: #4B1A16;
}
</style>
background-color css
<style>
a { background-color: #4B1A16; }
a { background-color: rgb(75,26,22); }
div.DivClassName
{
background-color: #4B1A16;
}
.BgClassName
{
background-color: #4B1A16;
}
</style>
border-color css
<style>
span { border-color: #4B1A16; }
span { border-color: rgb(75,26,22); }
td.TdClassName
{
border-color: #4B1A16;
}
.TagClassName
{
border-color: #4B1A16;
}
</style>