#361A1E

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

Shades of Rustic Red #361A1E

Tints of Rustic Red #361A1E

Color information

#361A1E (or 0x361A1E) is unknown color: approx Rustic Red. HEX triplet: 36, 1A and 1E. RGB value is (54,26,30). Sum of RGB (Red+Green+Blue) = 54+26+30=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #361A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A1E is #C9E5E1. Grayscale: #222222. Windows color (decimal): -13231586 or 1972790. OLE color: 1972790.

HSL color Cylindrical-coordinate representation of color #361A1E: hue angle of 351.43º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361A1E is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB542630-
CMYK00.520.440.79
HSL351.43º35%15.69%-
HSV(B)351.43º51.85%21.18%-
XYZ2.131.621.43-
YUV34.83125.28141.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 26 (10.55% from 255) = 23.64%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=49.09%
G=23.64%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54263000.520.440.79351.433515.69
Hex361A1E0342C4F15f2310
Octal663236064541175374320
Binary11011011010111100110100101100100111110101111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361A1E; }

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

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

<style>
 a { background-color: #361A1E; }

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

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

<style>
 span { border-color: #361A1E; }

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

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