#361114

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

Shades of Rustic Red #361114

Tints of Rustic Red #361114

Color information

#361114 (or 0x361114) is unknown color: approx Rustic Red. HEX triplet: 36, 11 and 14. RGB value is (54,17,20). Sum of RGB (Red+Green+Blue) = 54+17+20=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #361114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361114 is #C9EEEB. Grayscale: #1C1C1C. Windows color (decimal): -13233900 or 1315126. OLE color: 1315126.

HSL color Cylindrical-coordinate representation of color #361114: hue angle of 355.14º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361114 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB541720-
CMYK00.690.630.79
HSL355.14º52.11%13.92%-
HSV(B)355.14º68.52%21.18%-
XYZ1.851.240.8-
YUV28.4123.26146.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 59.34%
GREEN value IS 17 (7.03% from 255) = 18.68%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=59.34%
G=18.68%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54172000.690.630.79355.1452.1113.92
Hex3611140453F4F16334e
Octal6621240105771175436416
Binary11011010001101000100010111111110011111011000111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361114; }

 p { color: rgb(54,17,20); }

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

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

 a { background-color: rgb(54,17,20); }

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

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

 span { border-color: rgb(54,17,20); }

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