Shades of Rustic Red #35121A
Tints of Rustic Red #35121A
RGB
CMYK
RGB Variations
Color information
#35121A (or 0x35121A) is known color: Rustic Red. HEX triplet: 35, 12 and 1A. RGB value is (53,18,26). Sum of RGB (Red+Green+Blue) = 53+18+26=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #35121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35121A is #CAEDE5. Grayscale: #1D1D1D. Windows color (decimal): -13299174 or 1708597. OLE color: 1708597.
HSL color Cylindrical-coordinate representation of color #35121A: hue angle of 346.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35121A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 18 | 26 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.79 |
| HSL | 346.29º | 0.49% | 0.14% | - |
| HSV(B) | 346.29º | 0.66% | 0.21% | - |
| XYZ | 1.87 | 1.26 | 1.12 | - |
| YUV | 29.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 26 | 0 | 0.66 | 0.51 | 0.79 | 346.29 | 0.49 | 0.14 |
| Hex | 35 | 12 | 1A | 0 | 42 | 33 | 4F | 15A | 31 | E |
| Octal | 65 | 22 | 32 | 0 | 102 | 63 | 117 | 532 | 61 | 16 |
| Binary | 110101 | 10010 | 11010 | 0 | 1000010 | 110011 | 1001111 | 101011010 | 110001 | 1110 |
Color Harmonies of #35121A
Complementary color
Monochromatic Colors of #35121A
Black with #35121A
Text Example
Text Example
White with #35121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35121A; }
p { color: rgb(53,18,26); }
H1.HeaderClassName
{
color: #35121A;
}
.AnyTagClassName
{
color: #35121A;
}
</style>
background-color css
<style>
a { background-color: #35121A; }
a { background-color: rgb(53,18,26); }
div.DivClassName
{
background-color: #35121A;
}
.BgClassName
{
background-color: #35121A;
}
</style>
border-color css
<style>
span { border-color: #35121A; }
span { border-color: rgb(53,18,26); }
td.TdClassName
{
border-color: #35121A;
}
.TagClassName
{
border-color: #35121A;
}
</style>