Shades of Red Oxide #6B190B
Tints of Red Oxide #6B190B
RGB
CMYK
RGB Variations
Color information
#6B190B (or 0x6B190B) is known color: Red Oxide. HEX triplet: 6B, 19 and 0B. RGB value is (107,25,11). Sum of RGB (Red+Green+Blue) = 107+25+11=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B190B is #94E6F4. Grayscale: #303030. Windows color (decimal): -9758453 or 727403. OLE color: 727403.
HSL color Cylindrical-coordinate representation of color #6B190B: hue angle of 8.75º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B190B is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 11 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.58 |
| HSL | 8.75º | 0.81% | 0.23% | - |
| HSV(B) | 8.75º | 0.9% | 0.42% | - |
| XYZ | 6.47 | 3.85 | 0.72 | - |
| YUV | 47.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 11 | 0 | 0.77 | 0.90 | 0.58 | 8.75 | 0.81 | 0.23 |
| Hex | 6B | 19 | B | 0 | 4D | 5A | 3A | 9 | 51 | 17 |
| Octal | 153 | 31 | 13 | 0 | 115 | 132 | 72 | 11 | 121 | 27 |
| Binary | 1101011 | 11001 | 1011 | 0 | 1001101 | 1011010 | 111010 | 1001 | 1010001 | 10111 |
Color Harmonies of #6B190B
Complementary color
Monochromatic Colors of #6B190B
Black with #6B190B
Text Example
Text Example
White with #6B190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B190B; }
p { color: rgb(107,25,11); }
H1.HeaderClassName
{
color: #6B190B;
}
.AnyTagClassName
{
color: #6B190B;
}
</style>
background-color css
<style>
a { background-color: #6B190B; }
a { background-color: rgb(107,25,11); }
div.DivClassName
{
background-color: #6B190B;
}
.BgClassName
{
background-color: #6B190B;
}
</style>
border-color css
<style>
span { border-color: #6B190B; }
span { border-color: rgb(107,25,11); }
td.TdClassName
{
border-color: #6B190B;
}
.TagClassName
{
border-color: #6B190B;
}
</style>