#360D1A

Color #360D1A Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #360D1A

Tints of Rustic Red #360D1A

Color information

#360D1A (or 0x360D1A) is unknown color: approx Rustic Red. HEX triplet: 36, 0D and 1A. RGB value is (54,13,26). Sum of RGB (Red+Green+Blue) = 54+13+26=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #360D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D1A is #C9F2E5. Grayscale: #1A1A1A. Windows color (decimal): -13234918 or 1707318. OLE color: 1707318.

HSL color Cylindrical-coordinate representation of color #360D1A: hue angle of 340.98º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #360D1A is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB541326-
CMYK00.760.520.79
HSL340.98º61.19%13.14%-
HSV(B)340.98º75.93%21.18%-
XYZ1.851.151.1-
YUV26.74127.58147.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 58.06%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=58.06%
G=13.98%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54132600.760.520.79340.9861.1913.14
Hex36D1A04C344F1553dd
Octal6615320114641175257515
Binary1101101101110100100110011010010011111010101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360D1A; }

 p { color: rgb(54,13,26); }

 H1.HeaderClassName
 {
   color: #360D1A;
 }
 .AnyTagClassName
 {
   color: #360D1A;
 }
</style>
background-color css

<style>
 a { background-color: #360D1A; }

 a { background-color: rgb(54,13,26); }

 div.DivClassName
 {
   background-color: #360D1A;
 }
 .BgClassName
 {
   background-color: #360D1A;
 }
</style>
border-color css

<style>
 span { border-color: #360D1A; }

 span { border-color: rgb(54,13,26); }

 td.TdClassName
 {
   border-color: #360D1A;
 }
 .TagClassName
 {
   border-color: #360D1A;
 }
</style>