Shades of Rustic Red #360A0D
Tints of Rustic Red #360A0D
RGB
CMYK
RGB Variations
Color information
#360A0D (or 0x360A0D) is known color: Rustic Red. HEX triplet: 36, 0A and 0D. RGB value is (54,10,13). Sum of RGB (Red+Green+Blue) = 54+10+13=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360A0D is #C9F5F2. Grayscale: #171717. Windows color (decimal): -13235699 or 854582. OLE color: 854582.
HSL color Cylindrical-coordinate representation of color #360A0D: hue angle of 355.91º 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 #360A0D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 10 | 13 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.79 |
| HSL | 355.91º | 0.69% | 0.13% | - |
| HSV(B) | 355.91º | 0.81% | 0.21% | - |
| XYZ | 1.7 | 1.03 | 0.49 | - |
| YUV | 23.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 13 | 0 | 0.81 | 0.76 | 0.79 | 355.91 | 0.69 | 0.13 |
| Hex | 36 | A | D | 0 | 51 | 4C | 4F | 164 | 45 | D |
| Octal | 66 | 12 | 15 | 0 | 121 | 114 | 117 | 544 | 105 | 15 |
| Binary | 110110 | 1010 | 1101 | 0 | 1010001 | 1001100 | 1001111 | 101100100 | 1000101 | 1101 |
Color Harmonies of #360A0D
Complementary color
Monochromatic Colors of #360A0D
Black with #360A0D
Text Example
Text Example
White with #360A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A0D; }
p { color: rgb(54,10,13); }
H1.HeaderClassName
{
color: #360A0D;
}
.AnyTagClassName
{
color: #360A0D;
}
</style>
background-color css
<style>
a { background-color: #360A0D; }
a { background-color: rgb(54,10,13); }
div.DivClassName
{
background-color: #360A0D;
}
.BgClassName
{
background-color: #360A0D;
}
</style>
border-color css
<style>
span { border-color: #360A0D; }
span { border-color: rgb(54,10,13); }
td.TdClassName
{
border-color: #360A0D;
}
.TagClassName
{
border-color: #360A0D;
}
</style>