Shades of Rustic Red #36030F
Tints of Rustic Red #36030F
RGB
CMYK
RGB Variations
Color information
#36030F (or 0x36030F) is known color: Rustic Red. HEX triplet: 36, 03 and 0F. RGB value is (54,3,15). Sum of RGB (Red+Green+Blue) = 54+3+15=72 (9% of max value = 765). Red value is 54 (21.48% from 255 or 75% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 54 - color contains mainly: red. Hex color #36030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36030F is #C9FCF0. Grayscale: #131313. Windows color (decimal): -13237489 or 983862. OLE color: 983862.
HSL color Cylindrical-coordinate representation of color #36030F: hue angle of 345.88º 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 #36030F is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 15 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.79 |
| HSL | 345.88º | 0.89% | 0.11% | - |
| HSV(B) | 345.88º | 0.94% | 0.21% | - |
| XYZ | 1.64 | 0.88 | 0.54 | - |
| YUV | 19.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 15 | 0 | 0.94 | 0.72 | 0.79 | 345.88 | 0.89 | 0.11 |
| Hex | 36 | 3 | F | 0 | 5E | 48 | 4F | 15A | 59 | B |
| Octal | 66 | 3 | 17 | 0 | 136 | 110 | 117 | 532 | 131 | 13 |
| Binary | 110110 | 11 | 1111 | 0 | 1011110 | 1001000 | 1001111 | 101011010 | 1011001 | 1011 |
Color Harmonies of #36030F
Complementary color
Monochromatic Colors of #36030F
Black with #36030F
Text Example
Text Example
White with #36030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36030F; }
p { color: rgb(54,3,15); }
H1.HeaderClassName
{
color: #36030F;
}
.AnyTagClassName
{
color: #36030F;
}
</style>
background-color css
<style>
a { background-color: #36030F; }
a { background-color: rgb(54,3,15); }
div.DivClassName
{
background-color: #36030F;
}
.BgClassName
{
background-color: #36030F;
}
</style>
border-color css
<style>
span { border-color: #36030F; }
span { border-color: rgb(54,3,15); }
td.TdClassName
{
border-color: #36030F;
}
.TagClassName
{
border-color: #36030F;
}
</style>