#360111

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

Shades of Rustic Red #360111

Tints of Rustic Red #360111

Color information

#360111 (or 0x360111) is unknown color: approx Rustic Red. HEX triplet: 36, 01 and 11. RGB value is (54,1,17). Sum of RGB (Red+Green+Blue) = 54+1+17=72 (9% of max value = 765). Red value is 54 (21.48% from 255 or 75% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 54 - color contains mainly: red. Hex color #360111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360111 is #C9FEEE. Grayscale: #121212. Windows color (decimal): -13237999 or 1114422. OLE color: 1114422.

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

Color convert

RGB54117-
CMYK00.980.690.79
HSL341.89º96.36%10.78%-
HSV(B)341.89º98.15%21.18%-
XYZ1.630.850.61-
YUV18.67127.06153.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 17 (7.03% from 255) = 23.61%
R=75%
G=1.39%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5411700.980.690.79341.8996.3610.78
Hex36111062454F15660b
Octal66121014210511752614013
Binary110110110001011000101000101100111110101011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360111; }

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

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

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

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

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

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

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

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