Shades of Red Oxide #6B1B15
Tints of Red Oxide #6B1B15
RGB
CMYK
RGB Variations
Color information
#6B1B15 (or 0x6B1B15) is known color: Red Oxide. HEX triplet: 6B, 1B and 15. RGB value is (107,27,21). Sum of RGB (Red+Green+Blue) = 107+27+21=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1B15 is #94E4EA. Grayscale: #323232. Windows color (decimal): -9757931 or 1383275. OLE color: 1383275.
HSL color Cylindrical-coordinate representation of color #6B1B15: hue angle of 4.19º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B1B15 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 27 | 21 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.58 |
| HSL | 4.19º | 0.67% | 0.25% | - |
| HSV(B) | 4.19º | 0.8% | 0.42% | - |
| XYZ | 6.59 | 3.96 | 1.13 | - |
| YUV | 50.24 | 111.5 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 27 | 21 | 0 | 0.75 | 0.80 | 0.58 | 4.19 | 0.67 | 0.25 |
| Hex | 6B | 1B | 15 | 0 | 4B | 50 | 3A | 4 | 43 | 19 |
| Octal | 153 | 33 | 25 | 0 | 113 | 120 | 72 | 4 | 103 | 31 |
| Binary | 1101011 | 11011 | 10101 | 0 | 1001011 | 1010000 | 111010 | 100 | 1000011 | 11001 |
Color Harmonies of #6B1B15
Complementary color
Monochromatic Colors of #6B1B15
Black with #6B1B15
Text Example
Text Example
White with #6B1B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1B15; }
p { color: rgb(107,27,21); }
H1.HeaderClassName
{
color: #6B1B15;
}
.AnyTagClassName
{
color: #6B1B15;
}
</style>
background-color css
<style>
a { background-color: #6B1B15; }
a { background-color: rgb(107,27,21); }
div.DivClassName
{
background-color: #6B1B15;
}
.BgClassName
{
background-color: #6B1B15;
}
</style>
border-color css
<style>
span { border-color: #6B1B15; }
span { border-color: rgb(107,27,21); }
td.TdClassName
{
border-color: #6B1B15;
}
.TagClassName
{
border-color: #6B1B15;
}
</style>