#36050E

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

Shades of Rustic Red #36050E

Tints of Rustic Red #36050E

Color information

#36050E (or 0x36050E) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 0E. RGB value is (54,5,14). Sum of RGB (Red+Green+Blue) = 54+5+14=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #36050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36050E is #C9FAF1. Grayscale: #141414. Windows color (decimal): -13236978 or 918838. OLE color: 918838.

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

Color convert

RGB54514-
CMYK00.910.740.79
HSL348.98º83.05%11.57%-
HSV(B)348.98º90.74%21.18%-
XYZ1.650.920.51-
YUV20.68124.23151.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 73.97%
GREEN value IS 5 (2.34% from 255) = 6.85%
BLUE value IS 14 (5.86% from 255) = 19.18%
R=73.97%
G=6.85%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5451400.910.740.79348.9883.0511.57
Hex365E05B4A4F15d53c
Octal66516013311211753512314
Binary1101101011110010110111001010100111110101110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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