#36161C

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

Shades of Rustic Red #36161C

Tints of Rustic Red #36161C

Color information

#36161C (or 0x36161C) is unknown color: approx Rustic Red. HEX triplet: 36, 16 and 1C. RGB value is (54,22,28). Sum of RGB (Red+Green+Blue) = 54+22+28=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #36161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36161C is #C9E9E3. Grayscale: #202020. Windows color (decimal): -13232612 or 1840694. OLE color: 1840694.

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

Color convert

RGB542228-
CMYK00.590.480.79
HSL348.75º42.11%14.9%-
HSV(B)348.75º59.26%21.18%-
XYZ2.021.441.27-
YUV32.25125.6143.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=51.92%
G=21.15%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54222800.590.480.79348.7542.1114.9
Hex36161C03B304F15d2af
Octal662634073601175355217
Binary1101101011011100011101111000010011111010111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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