#360214

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

Shades of Rustic Red #360214

Tints of Rustic Red #360214

Color information

#360214 (or 0x360214) is unknown color: approx Rustic Red. HEX triplet: 36, 02 and 14. RGB value is (54,2,20). Sum of RGB (Red+Green+Blue) = 54+2+20=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360214 is #C9FDEB. Grayscale: #131313. Windows color (decimal): -13237740 or 1311286. OLE color: 1311286.

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

Color convert

RGB54220-
CMYK00.960.630.79
HSL339.23º92.86%10.98%-
HSV(B)339.23º96.3%21.18%-
XYZ1.670.880.74-
YUV19.6128.23152.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=71.05%
G=2.63%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5422000.960.630.79339.2392.8610.98
Hex362140603F4F1535db
Octal6622401407711752313513
Binary110110101010001100000111111100111110101001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360214; }

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

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

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

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

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

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

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

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