#360512

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

Shades of Rustic Red #360512

Tints of Rustic Red #360512

Color information

#360512 (or 0x360512) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 12. RGB value is (54,5,18). Sum of RGB (Red+Green+Blue) = 54+5+18=77 (10% of max value = 765). Red value is 54 (21.48% from 255 or 70.13% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 54 - color contains mainly: red. Hex color #360512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360512 is #C9FAED. Grayscale: #151515. Windows color (decimal): -13236974 or 1180982. OLE color: 1180982.

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

Color convert

RGB54518-
CMYK00.910.670.79
HSL344.08º83.05%11.57%-
HSV(B)344.08º90.74%21.18%-
XYZ1.680.940.66-
YUV21.13126.23151.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 70.13%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=70.13%
G=6.49%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5451800.910.670.79344.0883.0511.57
Hex3651205B434F15853c
Octal66522013310311753012314
Binary11011010110010010110111000011100111110101100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360512; }

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

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

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

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

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

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

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

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