Shades of Red Oxide #6D1B15
Tints of Red Oxide #6D1B15
RGB
CMYK
RGB Variations
Color information
#6D1B15 (or 0x6D1B15) is known color: Red Oxide. HEX triplet: 6D, 1B and 15. RGB value is (109,27,21). Sum of RGB (Red+Green+Blue) = 109+27+21=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1B15 is #92E4EA. Grayscale: #323232. Windows color (decimal): -9626859 or 1383277. OLE color: 1383277.
HSL color Cylindrical-coordinate representation of color #6D1B15: hue angle of 4.09º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1B15 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 27 | 21 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.57 |
| HSL | 4.09º | 0.68% | 0.25% | - |
| HSV(B) | 4.09º | 0.81% | 0.43% | - |
| XYZ | 6.83 | 4.09 | 1.14 | - |
| YUV | 50.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 21 | 0 | 0.75 | 0.81 | 0.57 | 4.09 | 0.68 | 0.25 |
| Hex | 6D | 1B | 15 | 0 | 4B | 51 | 39 | 4 | 44 | 19 |
| Octal | 155 | 33 | 25 | 0 | 113 | 121 | 71 | 4 | 104 | 31 |
| Binary | 1101101 | 11011 | 10101 | 0 | 1001011 | 1010001 | 111001 | 100 | 1000100 | 11001 |
Color Harmonies of #6D1B15
Complementary color
Monochromatic Colors of #6D1B15
Black with #6D1B15
Text Example
Text Example
White with #6D1B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B15; }
p { color: rgb(109,27,21); }
H1.HeaderClassName
{
color: #6D1B15;
}
.AnyTagClassName
{
color: #6D1B15;
}
</style>
background-color css
<style>
a { background-color: #6D1B15; }
a { background-color: rgb(109,27,21); }
div.DivClassName
{
background-color: #6D1B15;
}
.BgClassName
{
background-color: #6D1B15;
}
</style>
border-color css
<style>
span { border-color: #6D1B15; }
span { border-color: rgb(109,27,21); }
td.TdClassName
{
border-color: #6D1B15;
}
.TagClassName
{
border-color: #6D1B15;
}
</style>