#36121C

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

Shades of Rustic Red #36121C

Tints of Rustic Red #36121C

Color information

#36121C (or 0x36121C) is unknown color: approx Rustic Red. HEX triplet: 36, 12 and 1C. RGB value is (54,18,28). Sum of RGB (Red+Green+Blue) = 54+18+28=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #36121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36121C is #C9EDE3. Grayscale: #1D1D1D. Windows color (decimal): -13233636 or 1839670. OLE color: 1839670.

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

Color convert

RGB541828-
CMYK00.670.480.79
HSL343.33º50%14.12%-
HSV(B)343.33º66.67%21.18%-
XYZ1.951.31.25-
YUV29.9126.93145.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 28 (11.33% from 255) = 28%
R=54%
G=18%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54182800.670.480.79343.335014.12
Hex36121C043304F15732e
Octal6622340103601175276216
Binary11011010010111000100001111000010011111010101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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