#360716

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

Shades of Rustic Red #360716

Tints of Rustic Red #360716

Color information

#360716 (or 0x360716) is unknown color: approx Rustic Red. HEX triplet: 36, 07 and 16. RGB value is (54,7,22). Sum of RGB (Red+Green+Blue) = 54+7+22=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #360716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360716 is #C9F8E9. Grayscale: #161616. Windows color (decimal): -13236458 or 1443638. OLE color: 1443638.

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

Color convert

RGB54722-
CMYK00.870.590.79
HSL340.85º77.05%11.96%-
HSV(B)340.85º87.04%21.18%-
XYZ1.740.990.86-
YUV22.76127.57150.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 65.06%
GREEN value IS 7 (3.12% from 255) = 8.43%
BLUE value IS 22 (8.98% from 255) = 26.51%
R=65.06%
G=8.43%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5472200.870.590.79340.8577.0511.96
Hex367160573B4F1554dc
Octal6672601277311752511514
Binary1101101111011001010111111011100111110101010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360716; }

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

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

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

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

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

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

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

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