Shades of Rustic Red #35141A
Tints of Rustic Red #35141A
RGB
CMYK
RGB Variations
Color information
#35141A (or 0x35141A) is known color: Rustic Red. HEX triplet: 35, 14 and 1A. RGB value is (53,20,26). Sum of RGB (Red+Green+Blue) = 53+20+26=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #35141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35141A is #CAEBE5. Grayscale: #1E1E1E. Windows color (decimal): -13298662 or 1709109. OLE color: 1709109.
HSL color Cylindrical-coordinate representation of color #35141A: hue angle of 349.09º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35141A is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 20 | 26 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.79 |
| HSL | 349.09º | 0.45% | 0.14% | - |
| HSV(B) | 349.09º | 0.62% | 0.21% | - |
| XYZ | 1.9 | 1.33 | 1.13 | - |
| YUV | 30.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 26 | 0 | 0.62 | 0.51 | 0.79 | 349.09 | 0.45 | 0.14 |
| Hex | 35 | 14 | 1A | 0 | 3E | 33 | 4F | 15D | 2D | E |
| Octal | 65 | 24 | 32 | 0 | 76 | 63 | 117 | 535 | 55 | 16 |
| Binary | 110101 | 10100 | 11010 | 0 | 111110 | 110011 | 1001111 | 101011101 | 101101 | 1110 |
Color Harmonies of #35141A
Complementary color
Monochromatic Colors of #35141A
Black with #35141A
Text Example
Text Example
White with #35141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35141A; }
p { color: rgb(53,20,26); }
H1.HeaderClassName
{
color: #35141A;
}
.AnyTagClassName
{
color: #35141A;
}
</style>
background-color css
<style>
a { background-color: #35141A; }
a { background-color: rgb(53,20,26); }
div.DivClassName
{
background-color: #35141A;
}
.BgClassName
{
background-color: #35141A;
}
</style>
border-color css
<style>
span { border-color: #35141A; }
span { border-color: rgb(53,20,26); }
td.TdClassName
{
border-color: #35141A;
}
.TagClassName
{
border-color: #35141A;
}
</style>