Shades of Rustic Red #26020A
Tints of Rustic Red #26020A
RGB
CMYK
RGB Variations
Color information
#26020A (or 0x26020A) is known color: Rustic Red. HEX triplet: 26, 02 and 0A. RGB value is (38,2,10). Sum of RGB (Red+Green+Blue) = 38+2+10=50 (6% of max value = 765). Red value is 38 (15.23% from 255 or 76% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 38 - color contains mainly: red. Hex color #26020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26020A is #D9FDF5. Grayscale: #0D0D0D. Windows color (decimal): -14286326 or 655910. OLE color: 655910.
HSL color Cylindrical-coordinate representation of color #26020A: hue angle of 346.67º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #26020A is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 2 | 10 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.85 |
| HSL | 346.67º | 0.9% | 0.08% | - |
| HSV(B) | 346.67º | 0.95% | 0.15% | - |
| XYZ | 0.88 | 0.48 | 0.33 | - |
| YUV | 13.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 10 | 0 | 0.95 | 0.74 | 0.85 | 346.67 | 0.9 | 0.08 |
| Hex | 26 | 2 | A | 0 | 5F | 4A | 55 | 15B | 5A | 8 |
| Octal | 46 | 2 | 12 | 0 | 137 | 112 | 125 | 533 | 132 | 10 |
| Binary | 100110 | 10 | 1010 | 0 | 1011111 | 1001010 | 1010101 | 101011011 | 1011010 | 1000 |
Color Harmonies of #26020A
Complementary color
Monochromatic Colors of #26020A
Black with #26020A
Text Example
Text Example
White with #26020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26020A; }
p { color: rgb(38,2,10); }
H1.HeaderClassName
{
color: #26020A;
}
.AnyTagClassName
{
color: #26020A;
}
</style>
background-color css
<style>
a { background-color: #26020A; }
a { background-color: rgb(38,2,10); }
div.DivClassName
{
background-color: #26020A;
}
.BgClassName
{
background-color: #26020A;
}
</style>
border-color css
<style>
span { border-color: #26020A; }
span { border-color: rgb(38,2,10); }
td.TdClassName
{
border-color: #26020A;
}
.TagClassName
{
border-color: #26020A;
}
</style>