#360E19

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

Shades of Rustic Red #360E19

Tints of Rustic Red #360E19

Color information

#360E19 (or 0x360E19) is unknown color: approx Rustic Red. HEX triplet: 36, 0E and 19. RGB value is (54,14,25). Sum of RGB (Red+Green+Blue) = 54+14+25=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #360E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E19 is #C9F1E6. Grayscale: #1B1B1B. Windows color (decimal): -13234663 or 1642038. OLE color: 1642038.

HSL color Cylindrical-coordinate representation of color #360E19: hue angle of 343.5º 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 #360E19 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.79.

Color convert

RGB541425-
CMYK00.740.540.79
HSL343.5º58.82%13.33%-
HSV(B)343.5º74.07%21.18%-
XYZ1.851.171.05-
YUV27.21126.75147.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.06%
GREEN value IS 14 (5.86% from 255) = 15.05%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=58.06%
G=15.05%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54142500.740.540.79343.558.8213.33
Hex36E1904A364F1583bd
Octal6616310112661175307315
Binary1101101110110010100101011011010011111010110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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