#360116

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

Shades of Rustic Red #360116

Tints of Rustic Red #360116

Color information

#360116 (or 0x360116) is unknown color: approx Rustic Red. HEX triplet: 36, 01 and 16. RGB value is (54,1,22). Sum of RGB (Red+Green+Blue) = 54+1+22=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360116 is #C9FEE9. Grayscale: #131313. Windows color (decimal): -13237994 or 1442102. OLE color: 1442102.

HSL color Cylindrical-coordinate representation of color #360116: hue angle of 336.23º 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 #360116 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB54122-
CMYK00.980.590.79
HSL336.23º96.36%10.78%-
HSV(B)336.23º98.15%21.18%-
XYZ1.680.860.84-
YUV19.24129.56152.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 70.13%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=70.13%
G=1.30%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5412200.980.590.79336.2396.3610.78
Hex361160623B4F15060b
Octal6612601427311752014013
Binary11011011011001100010111011100111110101000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360116; }

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

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

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

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

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

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

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

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