#360415

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

Shades of Rustic Red #360415

Tints of Rustic Red #360415

Color information

#360415 (or 0x360415) is unknown color: approx Rustic Red. HEX triplet: 36, 04 and 15. RGB value is (54,4,21). Sum of RGB (Red+Green+Blue) = 54+4+21=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360415 is #C9FBEA. Grayscale: #141414. Windows color (decimal): -13237227 or 1377334. OLE color: 1377334.

HSL color Cylindrical-coordinate representation of color #360415: hue angle of 339.6º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360415 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB54421-
CMYK00.930.610.79
HSL339.6º86.21%11.37%-
HSV(B)339.6º92.59%21.18%-
XYZ1.70.930.8-
YUV20.89128.06151.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 68.35%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 21 (8.59% from 255) = 26.58%
R=68.35%
G=5.06%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5442100.930.610.79339.686.2111.37
Hex3641505D3D4F15456b
Octal6642501357511752412613
Binary1101101001010101011101111101100111110101010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360415; }

 p { color: rgb(54,4,21); }

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

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

 a { background-color: rgb(54,4,21); }

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

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

 span { border-color: rgb(54,4,21); }

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