#360412

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

Shades of Rustic Red #360412

Tints of Rustic Red #360412

Color information

#360412 (or 0x360412) is unknown color: approx Rustic Red. HEX triplet: 36, 04 and 12. RGB value is (54,4,18). Sum of RGB (Red+Green+Blue) = 54+4+18=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360412 is #C9FBED. Grayscale: #141414. Windows color (decimal): -13237230 or 1180726. OLE color: 1180726.

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

Color convert

RGB54418-
CMYK00.930.670.79
HSL343.2º86.21%11.37%-
HSV(B)343.2º92.59%21.18%-
XYZ1.670.910.66-
YUV20.55126.56151.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=71.05%
G=5.26%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5441800.930.670.79343.286.2111.37
Hex3641205D434F15756b
Octal66422013510311752712613
Binary11011010010010010111011000011100111110101011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360412; }

 p { color: rgb(54,4,18); }

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

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

 a { background-color: rgb(54,4,18); }

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

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

 span { border-color: rgb(54,4,18); }

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