#360610

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

Shades of Rustic Red #360610

Tints of Rustic Red #360610

Color information

#360610 (or 0x360610) is unknown color: approx Rustic Red. HEX triplet: 36, 06 and 10. RGB value is (54,6,16). Sum of RGB (Red+Green+Blue) = 54+6+16=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360610 is #C9F9EF. Grayscale: #151515. Windows color (decimal): -13236720 or 1050166. OLE color: 1050166.

HSL color Cylindrical-coordinate representation of color #360610: hue angle of 347.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360610 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB54616-
CMYK00.890.700.79
HSL347.5º80%11.76%-
HSV(B)347.5º88.89%21.18%-
XYZ1.680.950.59-
YUV21.49124.9151.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 16 (6.64% from 255) = 21.05%
R=71.05%
G=7.89%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5461600.890.700.79347.58011.76
Hex36610059464F15c50c
Octal66620013110611753412014
Binary11011011010000010110011000110100111110101110010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360610; }

 p { color: rgb(54,6,16); }

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

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

 a { background-color: rgb(54,6,16); }

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

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

 span { border-color: rgb(54,6,16); }

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