#36050C

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

Shades of Rustic Red #36050C

Tints of Rustic Red #36050C

Color information

#36050C (or 0x36050C) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 0C. RGB value is (54,5,12). Sum of RGB (Red+Green+Blue) = 54+5+12=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #36050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36050C is #C9FAF3. Grayscale: #141414. Windows color (decimal): -13236980 or 787766. OLE color: 787766.

HSL color Cylindrical-coordinate representation of color #36050C: hue angle of 351.43º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36050C is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB54512-
CMYK00.910.780.79
HSL351.43º83.05%11.57%-
HSV(B)351.43º90.74%21.18%-
XYZ1.640.920.44-
YUV20.45123.23151.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 76.06%
GREEN value IS 5 (2.34% from 255) = 7.04%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=76.06%
G=7.04%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5451200.910.780.79351.4383.0511.57
Hex365C05B4E4F15f53c
Octal66514013311611753712314
Binary1101101011100010110111001110100111110101111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,5,12); }

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

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

 a { background-color: rgb(54,5,12); }

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

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

 span { border-color: rgb(54,5,12); }

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