#360C14

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

Shades of Rustic Red #360C14

Tints of Rustic Red #360C14

Color information

#360C14 (or 0x360C14) is unknown color: approx Rustic Red. HEX triplet: 36, 0C and 14. RGB value is (54,12,20). Sum of RGB (Red+Green+Blue) = 54+12+20=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #360C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C14 is #C9F3EB. Grayscale: #191919. Windows color (decimal): -13235180 or 1313846. OLE color: 1313846.

HSL color Cylindrical-coordinate representation of color #360C14: hue angle of 348.57º 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 #360C14 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.79.

Color convert

RGB541220-
CMYK00.780.630.79
HSL348.57º63.64%12.94%-
HSV(B)348.57º77.78%21.18%-
XYZ1.781.10.78-
YUV25.47124.91148.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 62.79%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=62.79%
G=13.95%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54122000.780.630.79348.5763.6412.94
Hex36C1404E3F4F15d40d
Octal66142401167711753510015
Binary11011011001010001001110111111100111110101110110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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