#360C1A

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

Shades of Rustic Red #360C1A

Tints of Rustic Red #360C1A

Color information

#360C1A (or 0x360C1A) is unknown color: approx Rustic Red. HEX triplet: 36, 0C and 1A. RGB value is (54,12,26). Sum of RGB (Red+Green+Blue) = 54+12+26=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #360C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C1A is #C9F3E5. Grayscale: #1A1A1A. Windows color (decimal): -13235174 or 1707062. OLE color: 1707062.

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

Color convert

RGB541226-
CMYK00.780.520.79
HSL340º63.64%12.94%-
HSV(B)340º77.78%21.18%-
XYZ1.841.121.1-
YUV26.15127.91147.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.70%
GREEN value IS 12 (5.08% from 255) = 13.04%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=58.70%
G=13.04%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54122600.780.520.7934063.6412.94
Hex36C1A04E344F15440d
Octal66143201166411752410015
Binary11011011001101001001110110100100111110101010010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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