Shades of Red Oxide #651502
Tints of Red Oxide #651502
RGB
CMYK
RGB Variations
Color information
#651502 (or 0x651502) is known color: Red Oxide. HEX triplet: 65, 15 and 02. RGB value is (101,21,2). Sum of RGB (Red+Green+Blue) = 101+21+2=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #651502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651502 is #9AEAFD. Grayscale: #2A2A2A. Windows color (decimal): -10152702 or 136549. OLE color: 136549.
HSL color Cylindrical-coordinate representation of color #651502: hue angle of 11.52º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #651502 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 21 | 2 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.60 |
| HSL | 11.52º | 0.96% | 0.2% | - |
| HSV(B) | 11.52º | 0.98% | 0.4% | - |
| XYZ | 5.65 | 3.31 | 0.4 | - |
| YUV | 42.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 2 | 0 | 0.79 | 0.98 | 0.60 | 11.52 | 0.96 | 0.2 |
| Hex | 65 | 15 | 2 | 0 | 4F | 62 | 3C | C | 60 | 14 |
| Octal | 145 | 25 | 2 | 0 | 117 | 142 | 74 | 14 | 140 | 24 |
| Binary | 1100101 | 10101 | 10 | 0 | 1001111 | 1100010 | 111100 | 1100 | 1100000 | 10100 |
Color Harmonies of #651502
Complementary color
Monochromatic Colors of #651502
Black with #651502
Text Example
Text Example
White with #651502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651502; }
p { color: rgb(101,21,2); }
H1.HeaderClassName
{
color: #651502;
}
.AnyTagClassName
{
color: #651502;
}
</style>
background-color css
<style>
a { background-color: #651502; }
a { background-color: rgb(101,21,2); }
div.DivClassName
{
background-color: #651502;
}
.BgClassName
{
background-color: #651502;
}
</style>
border-color css
<style>
span { border-color: #651502; }
span { border-color: rgb(101,21,2); }
td.TdClassName
{
border-color: #651502;
}
.TagClassName
{
border-color: #651502;
}
</style>