#360106

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

Shades of Rustic Red #360106

Tints of Rustic Red #360106

Color information

#360106 (or 0x360106) is unknown color: approx Rustic Red. HEX triplet: 36, 01 and 06. RGB value is (54,1,6). Sum of RGB (Red+Green+Blue) = 54+1+6=61 (8% of max value = 765). Red value is 54 (21.48% from 255 or 88.52% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 54 - color contains mainly: red. Hex color #360106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360106 is #C9FEF9. Grayscale: #111111. Windows color (decimal): -13238010 or 393526. OLE color: 393526.

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

Color convert

RGB5416-
CMYK00.980.890.79
HSL354.34º96.36%10.78%-
HSV(B)354.34º98.15%21.18%-
XYZ1.570.820.25-
YUV17.42121.56154.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 88.52%
GREEN value IS 1 (0.78% from 255) = 1.64%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=88.52%
G=1.64%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal541600.980.890.79354.3496.3610.78
Hex3616062594F16260b
Octal6616014213111754214013
Binary1101101110011000101011001100111110110001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360106; }

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

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

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

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

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

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

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

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