#36040D

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

Shades of Rustic Red #36040D

Tints of Rustic Red #36040D

Color information

#36040D (or 0x36040D) is unknown color: approx Rustic Red. HEX triplet: 36, 04 and 0D. RGB value is (54,4,13). Sum of RGB (Red+Green+Blue) = 54+4+13=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #36040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36040D is #C9FBF2. Grayscale: #131313. Windows color (decimal): -13237235 or 853046. OLE color: 853046.

HSL color Cylindrical-coordinate representation of color #36040D: hue angle of 349.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36040D is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB54413-
CMYK00.930.760.79
HSL349.2º86.21%11.37%-
HSV(B)349.2º92.59%21.18%-
XYZ1.640.90.47-
YUV19.98124.06152.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 76.06%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=76.06%
G=5.63%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5441300.930.760.79349.286.2111.37
Hex364D05D4C4F15d56b
Octal66415013511411753512613
Binary1101101001101010111011001100100111110101110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36040D; }

 p { color: rgb(54,4,13); }

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

<style>
 a { background-color: #36040D; }

 a { background-color: rgb(54,4,13); }

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

<style>
 span { border-color: #36040D; }

 span { border-color: rgb(54,4,13); }

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