#36161D

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

Shades of Rustic Red #36161D

Tints of Rustic Red #36161D

Color information

#36161D (or 0x36161D) is unknown color: approx Rustic Red. HEX triplet: 36, 16 and 1D. RGB value is (54,22,29). Sum of RGB (Red+Green+Blue) = 54+22+29=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #36161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36161D is #C9E9E2. Grayscale: #202020. Windows color (decimal): -13232611 or 1906230. OLE color: 1906230.

HSL color Cylindrical-coordinate representation of color #36161D: hue angle of 346.88º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36161D is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB542229-
CMYK00.590.460.79
HSL346.88º42.11%14.9%-
HSV(B)346.88º59.26%21.18%-
XYZ2.031.451.33-
YUV32.37126.1143.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.43%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=51.43%
G=20.95%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54222900.590.460.79346.8842.1114.9
Hex36161D03B2E4F15b2af
Octal662635073561175335217
Binary1101101011011101011101110111010011111010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36161D; }

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

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

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

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

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

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

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

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