#360516

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

Shades of Rustic Red #360516

Tints of Rustic Red #360516

Color information

#360516 (or 0x360516) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 16. RGB value is (54,5,22). Sum of RGB (Red+Green+Blue) = 54+5+22=81 (10% of max value = 765). Red value is 54 (21.48% from 255 or 66.67% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 54 - color contains mainly: red. Hex color #360516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360516 is #C9FAE9. Grayscale: #151515. Windows color (decimal): -13236970 or 1443126. OLE color: 1443126.

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

Color convert

RGB54522-
CMYK00.910.590.79
HSL339.18º83.05%11.57%-
HSV(B)339.18º90.74%21.18%-
XYZ1.720.950.85-
YUV21.59128.23151.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 22 (8.98% from 255) = 27.16%
R=66.67%
G=6.17%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5452200.910.590.79339.1883.0511.57
Hex3651605B3B4F15353c
Octal6652601337311752312314
Binary1101101011011001011011111011100111110101001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360516; }

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

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

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

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

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

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

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

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