Shades of Red Oxide #651A01
Tints of Red Oxide #651A01
RGB
CMYK
RGB Variations
Color information
#651A01 (or 0x651A01) is known color: Red Oxide. HEX triplet: 65, 1A and 01. RGB value is (101,26,1). Sum of RGB (Red+Green+Blue) = 101+26+1=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #651A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651A01 is #9AE5FE. Grayscale: #2D2D2D. Windows color (decimal): -10151423 or 72293. OLE color: 72293.
HSL color Cylindrical-coordinate representation of color #651A01: hue angle of 15º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #651A01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 26 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.60 |
| HSL | 15º | 0.98% | 0.2% | - |
| HSV(B) | 15º | 0.99% | 0.4% | - |
| XYZ | 5.74 | 3.51 | 0.4 | - |
| YUV | 45.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 1 | 0 | 0.74 | 0.99 | 0.60 | 15 | 0.98 | 0.2 |
| Hex | 65 | 1A | 1 | 0 | 4A | 63 | 3C | F | 62 | 14 |
| Octal | 145 | 32 | 1 | 0 | 112 | 143 | 74 | 17 | 142 | 24 |
| Binary | 1100101 | 11010 | 1 | 0 | 1001010 | 1100011 | 111100 | 1111 | 1100010 | 10100 |
Color Harmonies of #651A01
Complementary color
Monochromatic Colors of #651A01
Black with #651A01
Text Example
Text Example
White with #651A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651A01; }
p { color: rgb(101,26,1); }
H1.HeaderClassName
{
color: #651A01;
}
.AnyTagClassName
{
color: #651A01;
}
</style>
background-color css
<style>
a { background-color: #651A01; }
a { background-color: rgb(101,26,1); }
div.DivClassName
{
background-color: #651A01;
}
.BgClassName
{
background-color: #651A01;
}
</style>
border-color css
<style>
span { border-color: #651A01; }
span { border-color: rgb(101,26,1); }
td.TdClassName
{
border-color: #651A01;
}
.TagClassName
{
border-color: #651A01;
}
</style>