#360518

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

Shades of Rustic Red #360518

Tints of Rustic Red #360518

Color information

#360518 (or 0x360518) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 18. RGB value is (54,5,24). Sum of RGB (Red+Green+Blue) = 54+5+24=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #360518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360518 is #C9FAE7. Grayscale: #151515. Windows color (decimal): -13236968 or 1574198. OLE color: 1574198.

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

Color convert

RGB54524-
CMYK00.910.560.79
HSL336.73º83.05%11.57%-
HSV(B)336.73º90.74%21.18%-
XYZ1.740.960.96-
YUV21.82129.23150.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.06%
GREEN value IS 5 (2.34% from 255) = 6.02%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=65.06%
G=6.02%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5452400.910.560.79336.7383.0511.57
Hex3651805B384F15153c
Octal6653001337011752112314
Binary1101101011100001011011111000100111110101000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360518; }

 p { color: rgb(54,5,24); }

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

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

 a { background-color: rgb(54,5,24); }

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

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

 span { border-color: rgb(54,5,24); }

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