Shades of Rustic Red #35090C
Tints of Rustic Red #35090C
RGB
CMYK
RGB Variations
Color information
#35090C (or 0x35090C) is known color: Rustic Red. HEX triplet: 35, 09 and 0C. RGB value is (53,9,12). Sum of RGB (Red+Green+Blue) = 53+9+12=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #35090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35090C is #CAF6F3. Grayscale: #161616. Windows color (decimal): -13301492 or 788789. OLE color: 788789.
HSL color Cylindrical-coordinate representation of color #35090C: hue angle of 355.91º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35090C is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 9 | 12 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.79 |
| HSL | 355.91º | 0.71% | 0.12% | - |
| HSV(B) | 355.91º | 0.83% | 0.21% | - |
| XYZ | 1.63 | 0.98 | 0.45 | - |
| YUV | 22.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 12 | 0 | 0.83 | 0.77 | 0.79 | 355.91 | 0.71 | 0.12 |
| Hex | 35 | 9 | C | 0 | 53 | 4D | 4F | 164 | 47 | C |
| Octal | 65 | 11 | 14 | 0 | 123 | 115 | 117 | 544 | 107 | 14 |
| Binary | 110101 | 1001 | 1100 | 0 | 1010011 | 1001101 | 1001111 | 101100100 | 1000111 | 1100 |
Color Harmonies of #35090C
Complementary color
Monochromatic Colors of #35090C
Black with #35090C
Text Example
Text Example
White with #35090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35090C; }
p { color: rgb(53,9,12); }
H1.HeaderClassName
{
color: #35090C;
}
.AnyTagClassName
{
color: #35090C;
}
</style>
background-color css
<style>
a { background-color: #35090C; }
a { background-color: rgb(53,9,12); }
div.DivClassName
{
background-color: #35090C;
}
.BgClassName
{
background-color: #35090C;
}
</style>
border-color css
<style>
span { border-color: #35090C; }
span { border-color: rgb(53,9,12); }
td.TdClassName
{
border-color: #35090C;
}
.TagClassName
{
border-color: #35090C;
}
</style>