Shades of Rustic Red #360F1A
Tints of Rustic Red #360F1A
RGB
CMYK
RGB Variations
Color information
#360F1A (or 0x360F1A) is known color: Rustic Red. HEX triplet: 36, 0F and 1A. RGB value is (54,15,26). Sum of RGB (Red+Green+Blue) = 54+15+26=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #360F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360F1A is #C9F0E5. Grayscale: #1B1B1B. Windows color (decimal): -13234406 or 1707830. OLE color: 1707830.
HSL color Cylindrical-coordinate representation of color #360F1A: hue angle of 343.08º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #360F1A is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 15 | 26 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.79 |
| HSL | 343.08º | 0.57% | 0.14% | - |
| HSV(B) | 343.08º | 0.72% | 0.21% | - |
| XYZ | 1.88 | 1.2 | 1.11 | - |
| YUV | 27.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 26 | 0 | 0.72 | 0.52 | 0.79 | 343.08 | 0.57 | 0.14 |
| Hex | 36 | F | 1A | 0 | 48 | 34 | 4F | 157 | 39 | E |
| Octal | 66 | 17 | 32 | 0 | 110 | 64 | 117 | 527 | 71 | 16 |
| Binary | 110110 | 1111 | 11010 | 0 | 1001000 | 110100 | 1001111 | 101010111 | 111001 | 1110 |
Color Harmonies of #360F1A
Complementary color
Monochromatic Colors of #360F1A
Black with #360F1A
Text Example
Text Example
White with #360F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F1A; }
p { color: rgb(54,15,26); }
H1.HeaderClassName
{
color: #360F1A;
}
.AnyTagClassName
{
color: #360F1A;
}
</style>
background-color css
<style>
a { background-color: #360F1A; }
a { background-color: rgb(54,15,26); }
div.DivClassName
{
background-color: #360F1A;
}
.BgClassName
{
background-color: #360F1A;
}
</style>
border-color css
<style>
span { border-color: #360F1A; }
span { border-color: rgb(54,15,26); }
td.TdClassName
{
border-color: #360F1A;
}
.TagClassName
{
border-color: #360F1A;
}
</style>