Shades of Rustic Red #35020A
Tints of Rustic Red #35020A
RGB
CMYK
RGB Variations
Color information
#35020A (or 0x35020A) is known color: Rustic Red. HEX triplet: 35, 02 and 0A. RGB value is (53,2,10). Sum of RGB (Red+Green+Blue) = 53+2+10=65 (8% of max value = 765). Red value is 53 (21.09% from 255 or 81.54% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 53 - color contains mainly: red. Hex color #35020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35020A is #CAFDF5. Grayscale: #121212. Windows color (decimal): -13303286 or 655925. OLE color: 655925.
HSL color Cylindrical-coordinate representation of color #35020A: hue angle of 350.59º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35020A is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 2 | 10 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.79 |
| HSL | 350.59º | 0.93% | 0.11% | - |
| HSV(B) | 350.59º | 0.96% | 0.21% | - |
| XYZ | 1.54 | 0.82 | 0.36 | - |
| YUV | 18.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 10 | 0 | 0.96 | 0.81 | 0.79 | 350.59 | 0.93 | 0.11 |
| Hex | 35 | 2 | A | 0 | 60 | 51 | 4F | 15F | 5D | B |
| Octal | 65 | 2 | 12 | 0 | 140 | 121 | 117 | 537 | 135 | 13 |
| Binary | 110101 | 10 | 1010 | 0 | 1100000 | 1010001 | 1001111 | 101011111 | 1011101 | 1011 |
Color Harmonies of #35020A
Complementary color
Monochromatic Colors of #35020A
Black with #35020A
Text Example
Text Example
White with #35020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35020A; }
p { color: rgb(53,2,10); }
H1.HeaderClassName
{
color: #35020A;
}
.AnyTagClassName
{
color: #35020A;
}
</style>
background-color css
<style>
a { background-color: #35020A; }
a { background-color: rgb(53,2,10); }
div.DivClassName
{
background-color: #35020A;
}
.BgClassName
{
background-color: #35020A;
}
</style>
border-color css
<style>
span { border-color: #35020A; }
span { border-color: rgb(53,2,10); }
td.TdClassName
{
border-color: #35020A;
}
.TagClassName
{
border-color: #35020A;
}
</style>