#36060E

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

Shades of Rustic Red #36060E

Tints of Rustic Red #36060E

Color information

#36060E (or 0x36060E) is unknown color: approx Rustic Red. HEX triplet: 36, 06 and 0E. RGB value is (54,6,14). Sum of RGB (Red+Green+Blue) = 54+6+14=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #36060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36060E is #C9F9F1. Grayscale: #151515. Windows color (decimal): -13236722 or 919094. OLE color: 919094.

HSL color Cylindrical-coordinate representation of color #36060E: hue angle of 350º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36060E is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB54614-
CMYK00.890.740.79
HSL350º80%11.76%-
HSV(B)350º88.89%21.18%-
XYZ1.670.950.51-
YUV21.26123.9151.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72.97%
GREEN value IS 6 (2.73% from 255) = 8.11%
BLUE value IS 14 (5.86% from 255) = 18.92%
R=72.97%
G=8.11%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5461400.890.740.793508011.76
Hex366E0594A4F15e50c
Octal66616013111211753612014
Binary1101101101110010110011001010100111110101111010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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