Shades of Rustic Red #35030D
Tints of Rustic Red #35030D
RGB
CMYK
RGB Variations
Color information
#35030D (or 0x35030D) is known color: Rustic Red. HEX triplet: 35, 03 and 0D. RGB value is (53,3,13). Sum of RGB (Red+Green+Blue) = 53+3+13=69 (9% of max value = 765). Red value is 53 (21.09% from 255 or 76.81% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 53 - color contains mainly: red. Hex color #35030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35030D is #CAFCF2. Grayscale: #131313. Windows color (decimal): -13303027 or 852789. OLE color: 852789.
HSL color Cylindrical-coordinate representation of color #35030D: hue angle of 348º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35030D is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 3 | 13 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.79 |
| HSL | 348º | 0.89% | 0.11% | - |
| HSV(B) | 348º | 0.94% | 0.21% | - |
| XYZ | 1.57 | 0.85 | 0.46 | - |
| YUV | 19.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 13 | 0 | 0.94 | 0.75 | 0.79 | 348 | 0.89 | 0.11 |
| Hex | 35 | 3 | D | 0 | 5E | 4B | 4F | 15C | 59 | B |
| Octal | 65 | 3 | 15 | 0 | 136 | 113 | 117 | 534 | 131 | 13 |
| Binary | 110101 | 11 | 1101 | 0 | 1011110 | 1001011 | 1001111 | 101011100 | 1011001 | 1011 |
Color Harmonies of #35030D
Complementary color
Monochromatic Colors of #35030D
Black with #35030D
Text Example
Text Example
White with #35030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35030D; }
p { color: rgb(53,3,13); }
H1.HeaderClassName
{
color: #35030D;
}
.AnyTagClassName
{
color: #35030D;
}
</style>
background-color css
<style>
a { background-color: #35030D; }
a { background-color: rgb(53,3,13); }
div.DivClassName
{
background-color: #35030D;
}
.BgClassName
{
background-color: #35030D;
}
</style>
border-color css
<style>
span { border-color: #35030D; }
span { border-color: rgb(53,3,13); }
td.TdClassName
{
border-color: #35030D;
}
.TagClassName
{
border-color: #35030D;
}
</style>