Shades of Rustic Red #35121C
Tints of Rustic Red #35121C
RGB
CMYK
RGB Variations
Color information
#35121C (or 0x35121C) is known color: Rustic Red. HEX triplet: 35, 12 and 1C. RGB value is (53,18,28). Sum of RGB (Red+Green+Blue) = 53+18+28=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #35121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35121C is #CAEDE3. Grayscale: #1D1D1D. Windows color (decimal): -13299172 or 1839669. OLE color: 1839669.
HSL color Cylindrical-coordinate representation of color #35121C: hue angle of 342.86º 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 #35121C is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 18 | 28 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.79 |
| HSL | 342.86º | 0.49% | 0.14% | - |
| HSV(B) | 342.86º | 0.66% | 0.21% | - |
| XYZ | 1.89 | 1.27 | 1.24 | - |
| YUV | 29.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 28 | 0 | 0.66 | 0.47 | 0.79 | 342.86 | 0.49 | 0.14 |
| Hex | 35 | 12 | 1C | 0 | 42 | 2F | 4F | 157 | 31 | E |
| Octal | 65 | 22 | 34 | 0 | 102 | 57 | 117 | 527 | 61 | 16 |
| Binary | 110101 | 10010 | 11100 | 0 | 1000010 | 101111 | 1001111 | 101010111 | 110001 | 1110 |
Color Harmonies of #35121C
Complementary color
Monochromatic Colors of #35121C
Black with #35121C
Text Example
Text Example
White with #35121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35121C; }
p { color: rgb(53,18,28); }
H1.HeaderClassName
{
color: #35121C;
}
.AnyTagClassName
{
color: #35121C;
}
</style>
background-color css
<style>
a { background-color: #35121C; }
a { background-color: rgb(53,18,28); }
div.DivClassName
{
background-color: #35121C;
}
.BgClassName
{
background-color: #35121C;
}
</style>
border-color css
<style>
span { border-color: #35121C; }
span { border-color: rgb(53,18,28); }
td.TdClassName
{
border-color: #35121C;
}
.TagClassName
{
border-color: #35121C;
}
</style>