#360206

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

Shades of Rustic Red #360206

Tints of Rustic Red #360206

Color information

#360206 (or 0x360206) is unknown color: approx Rustic Red. HEX triplet: 36, 02 and 06. RGB value is (54,2,6). Sum of RGB (Red+Green+Blue) = 54+2+6=62 (8% of max value = 765). Red value is 54 (21.48% from 255 or 87.10% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 54 - color contains mainly: red. Hex color #360206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360206 is #C9FDF9. Grayscale: #121212. Windows color (decimal): -13237754 or 393782. OLE color: 393782.

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

Color convert

RGB5426-
CMYK00.960.890.79
HSL355.38º92.86%10.98%-
HSV(B)355.38º96.3%21.18%-
XYZ1.580.840.25-
YUV18121.23153.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 87.10%
GREEN value IS 2 (1.17% from 255) = 3.23%
BLUE value IS 6 (2.73% from 255) = 9.68%
R=87.10%
G=3.23%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal542600.960.890.79355.3892.8610.98
Hex3626060594F1635db
Octal6626014013111754313513
Binary11011010110011000001011001100111110110001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360206; }

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

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

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

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

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

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

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

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