Shades of Red Oxide #651A0B
Tints of Red Oxide #651A0B
RGB
CMYK
RGB Variations
Color information
#651A0B (or 0x651A0B) is known color: Red Oxide. HEX triplet: 65, 1A and 0B. RGB value is (101,26,11). Sum of RGB (Red+Green+Blue) = 101+26+11=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #651A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651A0B is #9AE5F4. Grayscale: #2E2E2E. Windows color (decimal): -10151413 or 727653. OLE color: 727653.
HSL color Cylindrical-coordinate representation of color #651A0B: hue angle of 10º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #651A0B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 26 | 11 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.60 |
| HSL | 10º | 0.8% | 0.22% | - |
| HSV(B) | 10º | 0.89% | 0.4% | - |
| XYZ | 5.8 | 3.53 | 0.69 | - |
| YUV | 46.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 11 | 0 | 0.74 | 0.89 | 0.60 | 10 | 0.8 | 0.22 |
| Hex | 65 | 1A | B | 0 | 4A | 59 | 3C | A | 50 | 16 |
| Octal | 145 | 32 | 13 | 0 | 112 | 131 | 74 | 12 | 120 | 26 |
| Binary | 1100101 | 11010 | 1011 | 0 | 1001010 | 1011001 | 111100 | 1010 | 1010000 | 10110 |
Color Harmonies of #651A0B
Complementary color
Monochromatic Colors of #651A0B
Black with #651A0B
Text Example
Text Example
White with #651A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651A0B; }
p { color: rgb(101,26,11); }
H1.HeaderClassName
{
color: #651A0B;
}
.AnyTagClassName
{
color: #651A0B;
}
</style>
background-color css
<style>
a { background-color: #651A0B; }
a { background-color: rgb(101,26,11); }
div.DivClassName
{
background-color: #651A0B;
}
.BgClassName
{
background-color: #651A0B;
}
</style>
border-color css
<style>
span { border-color: #651A0B; }
span { border-color: rgb(101,26,11); }
td.TdClassName
{
border-color: #651A0B;
}
.TagClassName
{
border-color: #651A0B;
}
</style>