#360C12

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

Shades of Rustic Red #360C12

Tints of Rustic Red #360C12

Color information

#360C12 (or 0x360C12) is unknown color: approx Rustic Red. HEX triplet: 36, 0C and 12. RGB value is (54,12,18). Sum of RGB (Red+Green+Blue) = 54+12+18=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #360C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C12 is #C9F3ED. Grayscale: #191919. Windows color (decimal): -13235182 or 1182774. OLE color: 1182774.

HSL color Cylindrical-coordinate representation of color #360C12: hue angle of 351.43º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360C12 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB541218-
CMYK00.780.670.79
HSL351.43º63.64%12.94%-
HSV(B)351.43º77.78%21.18%-
XYZ1.761.090.69-
YUV25.24123.91148.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 64.29%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=64.29%
G=14.29%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54121800.780.670.79351.4363.6412.94
Hex36C1204E434F15f40d
Octal661422011610311753710015
Binary110110110010010010011101000011100111110101111110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360C12; }

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

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

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

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

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

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

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

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