#360109

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

Shades of Rustic Red #360109

Tints of Rustic Red #360109

Color information

#360109 (or 0x360109) is unknown color: approx Rustic Red. HEX triplet: 36, 01 and 09. RGB value is (54,1,9). Sum of RGB (Red+Green+Blue) = 54+1+9=64 (8% of max value = 765). Red value is 54 (21.48% from 255 or 84.38% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 54 - color contains mainly: red. Hex color #360109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360109 is #C9FEF6. Grayscale: #111111. Windows color (decimal): -13238007 or 590134. OLE color: 590134.

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

Color convert

RGB5419-
CMYK00.980.830.79
HSL350.94º96.36%10.78%-
HSV(B)350.94º98.15%21.18%-
XYZ1.580.830.33-
YUV17.76123.06153.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 84.38%
GREEN value IS 1 (0.78% from 255) = 1.56%
BLUE value IS 9 (3.91% from 255) = 14.06%
R=84.38%
G=1.56%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal541900.980.830.79350.9496.3610.78
Hex3619062534F15f60b
Octal66111014212311753714013
Binary11011011001011000101010011100111110101111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360109; }

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

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

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

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

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

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

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

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