#36111C

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

Shades of Rustic Red #36111C

Tints of Rustic Red #36111C

Color information

#36111C (or 0x36111C) is unknown color: approx Rustic Red. HEX triplet: 36, 11 and 1C. RGB value is (54,17,28). Sum of RGB (Red+Green+Blue) = 54+17+28=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #36111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36111C is #C9EEE3. Grayscale: #1D1D1D. Windows color (decimal): -13233892 or 1839414. OLE color: 1839414.

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

Color convert

RGB541728-
CMYK00.690.480.79
HSL342.16º52.11%13.92%-
HSV(B)342.16º68.52%21.18%-
XYZ1.931.271.24-
YUV29.32127.26145.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54.55%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 28 (11.33% from 255) = 28.28%
R=54.55%
G=17.17%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54172800.690.480.79342.1652.1113.92
Hex36111C045304F15634e
Octal6621340105601175266416
Binary11011010001111000100010111000010011111010101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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