Shades of Rustic Red #360A0F
Tints of Rustic Red #360A0F
RGB
CMYK
RGB Variations
Color information
#360A0F (or 0x360A0F) is known color: Rustic Red. HEX triplet: 36, 0A and 0F. RGB value is (54,10,15). Sum of RGB (Red+Green+Blue) = 54+10+15=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360A0F is #C9F5F0. Grayscale: #171717. Windows color (decimal): -13235697 or 985654. OLE color: 985654.
HSL color Cylindrical-coordinate representation of color #360A0F: hue angle of 353.18º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360A0F is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 10 | 15 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.79 |
| HSL | 353.18º | 0.69% | 0.13% | - |
| HSV(B) | 353.18º | 0.81% | 0.21% | - |
| XYZ | 1.72 | 1.04 | 0.56 | - |
| YUV | 23.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 15 | 0 | 0.81 | 0.72 | 0.79 | 353.18 | 0.69 | 0.13 |
| Hex | 36 | A | F | 0 | 51 | 48 | 4F | 161 | 45 | D |
| Octal | 66 | 12 | 17 | 0 | 121 | 110 | 117 | 541 | 105 | 15 |
| Binary | 110110 | 1010 | 1111 | 0 | 1010001 | 1001000 | 1001111 | 101100001 | 1000101 | 1101 |
Color Harmonies of #360A0F
Complementary color
Monochromatic Colors of #360A0F
Black with #360A0F
Text Example
Text Example
White with #360A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A0F; }
p { color: rgb(54,10,15); }
H1.HeaderClassName
{
color: #360A0F;
}
.AnyTagClassName
{
color: #360A0F;
}
</style>
background-color css
<style>
a { background-color: #360A0F; }
a { background-color: rgb(54,10,15); }
div.DivClassName
{
background-color: #360A0F;
}
.BgClassName
{
background-color: #360A0F;
}
</style>
border-color css
<style>
span { border-color: #360A0F; }
span { border-color: rgb(54,10,15); }
td.TdClassName
{
border-color: #360A0F;
}
.TagClassName
{
border-color: #360A0F;
}
</style>