Shades of Rustic Red #360A1A
Tints of Rustic Red #360A1A
RGB
CMYK
RGB Variations
Color information
#360A1A (or 0x360A1A) is known color: Rustic Red. HEX triplet: 36, 0A and 1A. RGB value is (54,10,26). Sum of RGB (Red+Green+Blue) = 54+10+26=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #360A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A1A is #C9F5E5. Grayscale: #181818. Windows color (decimal): -13235686 or 1706550. OLE color: 1706550.
HSL color Cylindrical-coordinate representation of color #360A1A: hue angle of 338.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 #360A1A is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 10 | 26 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.79 |
| HSL | 338.18º | 0.69% | 0.13% | - |
| HSV(B) | 338.18º | 0.81% | 0.21% | - |
| XYZ | 1.82 | 1.08 | 1.09 | - |
| YUV | 24.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 26 | 0 | 0.81 | 0.52 | 0.79 | 338.18 | 0.69 | 0.13 |
| Hex | 36 | A | 1A | 0 | 51 | 34 | 4F | 152 | 45 | D |
| Octal | 66 | 12 | 32 | 0 | 121 | 64 | 117 | 522 | 105 | 15 |
| Binary | 110110 | 1010 | 11010 | 0 | 1010001 | 110100 | 1001111 | 101010010 | 1000101 | 1101 |
Color Harmonies of #360A1A
Complementary color
Monochromatic Colors of #360A1A
Black with #360A1A
Text Example
Text Example
White with #360A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A1A; }
p { color: rgb(54,10,26); }
H1.HeaderClassName
{
color: #360A1A;
}
.AnyTagClassName
{
color: #360A1A;
}
</style>
background-color css
<style>
a { background-color: #360A1A; }
a { background-color: rgb(54,10,26); }
div.DivClassName
{
background-color: #360A1A;
}
.BgClassName
{
background-color: #360A1A;
}
</style>
border-color css
<style>
span { border-color: #360A1A; }
span { border-color: rgb(54,10,26); }
td.TdClassName
{
border-color: #360A1A;
}
.TagClassName
{
border-color: #360A1A;
}
</style>