#360011

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

Shades of Rustic Red #360011

Tints of Rustic Red #360011

Color information

#360011 (or 0x360011) is unknown color: approx Rustic Red. HEX triplet: 36, 00 and 11. RGB value is (54,0,17). Sum of RGB (Red+Green+Blue) = 54+0+17=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #360011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360011 is #C9FFEE. Grayscale: #121212. Windows color (decimal): -13238255 or 1114166. OLE color: 1114166.

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

Color convert

RGB54017-
CMYK010.690.79
HSL341.11º100%10.59%-
HSV(B)341.11º100%21.18%-
XYZ1.620.820.6-
YUV18.08127.39153.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 76.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 23.94%
R=76.06%
G=0%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54017010.690.79341.1110010.59
Hex36011064454F15564b
Octal66021014410511752514413
Binary110110010001011001001000101100111110101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360011; }

 p { color: rgb(54,0,17); }

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

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

 a { background-color: rgb(54,0,17); }

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

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

 span { border-color: rgb(54,0,17); }

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