#360E18

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

Shades of Rustic Red #360E18

Tints of Rustic Red #360E18

Color information

#360E18 (or 0x360E18) is unknown color: approx Rustic Red. HEX triplet: 36, 0E and 18. RGB value is (54,14,24). Sum of RGB (Red+Green+Blue) = 54+14+24=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #360E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E18 is #C9F1E7. Grayscale: #1B1B1B. Windows color (decimal): -13234664 or 1576502. OLE color: 1576502.

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

Color convert

RGB541424-
CMYK00.740.560.79
HSL345º58.82%13.33%-
HSV(B)345º74.07%21.18%-
XYZ1.841.160.99-
YUV27.1126.25147.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.70%
GREEN value IS 14 (5.86% from 255) = 15.22%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=58.70%
G=15.22%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54142400.740.560.7934558.8213.33
Hex36E1804A384F1593bd
Octal6616300112701175317315
Binary1101101110110000100101011100010011111010110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,14,24); }

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

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

 a { background-color: rgb(54,14,24); }

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

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

 span { border-color: rgb(54,14,24); }

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