#360E1A

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

Shades of Rustic Red #360E1A

Tints of Rustic Red #360E1A

Color information

#360E1A (or 0x360E1A) is unknown color: approx Rustic Red. HEX triplet: 36, 0E and 1A. RGB value is (54,14,26). Sum of RGB (Red+Green+Blue) = 54+14+26=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #360E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E1A is #C9F1E5. Grayscale: #1B1B1B. Windows color (decimal): -13234662 or 1707574. OLE color: 1707574.

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

Color convert

RGB541426-
CMYK00.740.520.79
HSL342º58.82%13.33%-
HSV(B)342º74.07%21.18%-
XYZ1.861.171.11-
YUV27.33127.25147.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 57.45%
GREEN value IS 14 (5.86% from 255) = 14.89%
BLUE value IS 26 (10.55% from 255) = 27.66%
R=57.45%
G=14.89%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54142600.740.520.7934258.8213.33
Hex36E1A04A344F1563bd
Octal6616320112641175267315
Binary1101101110110100100101011010010011111010101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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