Shades of Rustic Red #350919
Tints of Rustic Red #350919
RGB
CMYK
RGB Variations
Color information
#350919 (or 0x350919) is known color: Rustic Red. HEX triplet: 35, 09 and 19. RGB value is (53,9,25). Sum of RGB (Red+Green+Blue) = 53+9+25=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #350919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350919 is #CAF6E6. Grayscale: #171717. Windows color (decimal): -13301479 or 1640757. OLE color: 1640757.
HSL color Cylindrical-coordinate representation of color #350919: hue angle of 338.18º 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 #350919 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 9 | 25 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.79 |
| HSL | 338.18º | 0.71% | 0.12% | - |
| HSV(B) | 338.18º | 0.83% | 0.21% | - |
| XYZ | 1.74 | 1.02 | 1.03 | - |
| YUV | 23.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 25 | 0 | 0.83 | 0.53 | 0.79 | 338.18 | 0.71 | 0.12 |
| Hex | 35 | 9 | 19 | 0 | 53 | 35 | 4F | 152 | 47 | C |
| Octal | 65 | 11 | 31 | 0 | 123 | 65 | 117 | 522 | 107 | 14 |
| Binary | 110101 | 1001 | 11001 | 0 | 1010011 | 110101 | 1001111 | 101010010 | 1000111 | 1100 |
Color Harmonies of #350919
Complementary color
Monochromatic Colors of #350919
Black with #350919
Text Example
Text Example
White with #350919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350919; }
p { color: rgb(53,9,25); }
H1.HeaderClassName
{
color: #350919;
}
.AnyTagClassName
{
color: #350919;
}
</style>
background-color css
<style>
a { background-color: #350919; }
a { background-color: rgb(53,9,25); }
div.DivClassName
{
background-color: #350919;
}
.BgClassName
{
background-color: #350919;
}
</style>
border-color css
<style>
span { border-color: #350919; }
span { border-color: rgb(53,9,25); }
td.TdClassName
{
border-color: #350919;
}
.TagClassName
{
border-color: #350919;
}
</style>