#360815

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

Shades of Rustic Red #360815

Tints of Rustic Red #360815

Color information

#360815 (or 0x360815) is unknown color: approx Rustic Red. HEX triplet: 36, 08 and 15. RGB value is (54,8,21). Sum of RGB (Red+Green+Blue) = 54+8+21=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #360815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360815 is #C9F7EA. Grayscale: #171717. Windows color (decimal): -13236203 or 1378358. OLE color: 1378358.

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

Color convert

RGB54821-
CMYK00.850.610.79
HSL343.04º74.19%12.16%-
HSV(B)343.04º85.19%21.18%-
XYZ1.741.010.81-
YUV23.24126.74149.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.06%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 21 (8.59% from 255) = 25.30%
R=65.06%
G=9.64%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5482100.850.610.79343.0474.1912.16
Hex368150553D4F1574ac
Octal66102501257511752711214
Binary11011010001010101010101111101100111110101011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360815; }

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

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

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

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

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

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

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

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