Shades of Rustic Red #260102
Tints of Rustic Red #260102
RGB
CMYK
RGB Variations
Color information
#260102 (or 0x260102) is known color: Rustic Red. HEX triplet: 26, 01 and 02. RGB value is (38,1,2). Sum of RGB (Red+Green+Blue) = 38+1+2=41 (5% of max value = 765). Red value is 38 (15.23% from 255 or 92.68% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 38 - color contains mainly: red. Hex color #260102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260102 is #D9FEFD. Grayscale: #0C0C0C. Windows color (decimal): -14286590 or 131366. OLE color: 131366.
HSL color Cylindrical-coordinate representation of color #260102: hue angle of 358.38º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260102 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 1 | 2 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.85 |
| HSL | 358.38º | 0.95% | 0.08% | - |
| HSV(B) | 358.38º | 0.97% | 0.15% | - |
| XYZ | 0.82 | 0.44 | 0.1 | - |
| YUV | 12.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 2 | 0 | 0.97 | 0.95 | 0.85 | 358.38 | 0.95 | 0.08 |
| Hex | 26 | 1 | 2 | 0 | 61 | 5F | 55 | 166 | 5F | 8 |
| Octal | 46 | 1 | 2 | 0 | 141 | 137 | 125 | 546 | 137 | 10 |
| Binary | 100110 | 1 | 10 | 0 | 1100001 | 1011111 | 1010101 | 101100110 | 1011111 | 1000 |
Color Harmonies of #260102
Complementary color
Monochromatic Colors of #260102
Black with #260102
Text Example
Text Example
White with #260102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260102; }
p { color: rgb(38,1,2); }
H1.HeaderClassName
{
color: #260102;
}
.AnyTagClassName
{
color: #260102;
}
</style>
background-color css
<style>
a { background-color: #260102; }
a { background-color: rgb(38,1,2); }
div.DivClassName
{
background-color: #260102;
}
.BgClassName
{
background-color: #260102;
}
</style>
border-color css
<style>
span { border-color: #260102; }
span { border-color: rgb(38,1,2); }
td.TdClassName
{
border-color: #260102;
}
.TagClassName
{
border-color: #260102;
}
</style>