#360114

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

Shades of Rustic Red #360114

Tints of Rustic Red #360114

Color information

#360114 (or 0x360114) is unknown color: approx Rustic Red. HEX triplet: 36, 01 and 14. RGB value is (54,1,20). Sum of RGB (Red+Green+Blue) = 54+1+20=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #360114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360114 is #C9FEEB. Grayscale: #121212. Windows color (decimal): -13237996 or 1311030. OLE color: 1311030.

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

Color convert

RGB54120-
CMYK00.980.630.79
HSL338.49º96.36%10.78%-
HSV(B)338.49º98.15%21.18%-
XYZ1.660.860.74-
YUV19.01128.56152.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=72%
G=1.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5412000.980.630.79338.4996.3610.78
Hex361140623F4F15260b
Octal6612401427711752214013
Binary11011011010001100010111111100111110101001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360114; }

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

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

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

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

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

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

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

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