Shades of Rustic Red #36000F
Tints of Rustic Red #36000F
RGB
CMYK
RGB Variations
Color information
#36000F (or 0x36000F) is known color: Rustic Red. HEX triplet: 36, 00 and 0F. RGB value is (54,0,15). Sum of RGB (Red+Green+Blue) = 54+0+15=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #36000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36000F is #C9FFF0. Grayscale: #111111. Windows color (decimal): -13238257 or 983094. OLE color: 983094.
HSL color Cylindrical-coordinate representation of color #36000F: hue angle of 343.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #36000F is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.72 | 0.79 |
| HSL | 343.33º | 1% | 0.11% | - |
| HSV(B) | 343.33º | 1% | 0.21% | - |
| XYZ | 1.61 | 0.82 | 0.53 | - |
| YUV | 17.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 15 | 0 | 1 | 0.72 | 0.79 | 343.33 | 1 | 0.11 |
| Hex | 36 | 0 | F | 0 | 64 | 48 | 4F | 157 | 64 | B |
| Octal | 66 | 0 | 17 | 0 | 144 | 110 | 117 | 527 | 144 | 13 |
| Binary | 110110 | 0 | 1111 | 0 | 1100100 | 1001000 | 1001111 | 101010111 | 1100100 | 1011 |
Color Harmonies of #36000F
Complementary color
Monochromatic Colors of #36000F
Black with #36000F
Text Example
Text Example
White with #36000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36000F; }
p { color: rgb(54,0,15); }
H1.HeaderClassName
{
color: #36000F;
}
.AnyTagClassName
{
color: #36000F;
}
</style>
background-color css
<style>
a { background-color: #36000F; }
a { background-color: rgb(54,0,15); }
div.DivClassName
{
background-color: #36000F;
}
.BgClassName
{
background-color: #36000F;
}
</style>
border-color css
<style>
span { border-color: #36000F; }
span { border-color: rgb(54,0,15); }
td.TdClassName
{
border-color: #36000F;
}
.TagClassName
{
border-color: #36000F;
}
</style>