#36040E

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

Shades of Rustic Red #36040E

Tints of Rustic Red #36040E

Color information

#36040E (or 0x36040E) is unknown color: approx Rustic Red. HEX triplet: 36, 04 and 0E. RGB value is (54,4,14). Sum of RGB (Red+Green+Blue) = 54+4+14=72 (9% of max value = 765). Red value is 54 (21.48% from 255 or 75% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 54 - color contains mainly: red. Hex color #36040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36040E is #C9FBF1. Grayscale: #141414. Windows color (decimal): -13237234 or 918582. OLE color: 918582.

HSL color Cylindrical-coordinate representation of color #36040E: hue angle of 348º 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 #36040E is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB54414-
CMYK00.930.740.79
HSL348º86.21%11.37%-
HSV(B)348º92.59%21.18%-
XYZ1.640.90.5-
YUV20.09124.56152.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 75%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 14 (5.86% from 255) = 19.44%
R=75%
G=5.56%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5441400.930.740.7934886.2111.37
Hex364E05D4A4F15c56b
Octal66416013511211753412613
Binary1101101001110010111011001010100111110101110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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