#36141C

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

Shades of Rustic Red #36141C

Tints of Rustic Red #36141C

Color information

#36141C (or 0x36141C) is unknown color: approx Rustic Red. HEX triplet: 36, 14 and 1C. RGB value is (54,20,28). Sum of RGB (Red+Green+Blue) = 54+20+28=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #36141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36141C is #C9EBE3. Grayscale: #1F1F1F. Windows color (decimal): -13233124 or 1840182. OLE color: 1840182.

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

Color convert

RGB542028-
CMYK00.630.480.79
HSL345.88º45.95%14.51%-
HSV(B)345.88º62.96%21.18%-
XYZ1.981.371.26-
YUV31.08126.26144.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.94%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=52.94%
G=19.61%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54202800.630.480.79345.8845.9514.51
Hex36141C03F304F15a2ef
Octal662434077601175325617
Binary1101101010011100011111111000010011111010110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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