#36020C

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

Shades of Rustic Red #36020C

Tints of Rustic Red #36020C

Color information

#36020C (or 0x36020C) is unknown color: approx Rustic Red. HEX triplet: 36, 02 and 0C. RGB value is (54,2,12). Sum of RGB (Red+Green+Blue) = 54+2+12=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #36020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36020C is #C9FDF3. Grayscale: #121212. Windows color (decimal): -13237748 or 786998. OLE color: 786998.

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

Color convert

RGB54212-
CMYK00.960.780.79
HSL348.46º92.86%10.98%-
HSV(B)348.46º96.3%21.18%-
XYZ1.610.850.43-
YUV18.69124.23153.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 79.41%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=79.41%
G=2.94%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5421200.960.780.79348.4692.8610.98
Hex362C0604E4F15c5db
Octal66214014011611753413513
Binary110110101100011000001001110100111110101110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36020C; }

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

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

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

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

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

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

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

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