#36070E

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

Shades of Rustic Red #36070E

Tints of Rustic Red #36070E

Color information

#36070E (or 0x36070E) is unknown color: approx Rustic Red. HEX triplet: 36, 07 and 0E. RGB value is (54,7,14). Sum of RGB (Red+Green+Blue) = 54+7+14=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #36070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36070E is #C9F8F1. Grayscale: #151515. Windows color (decimal): -13236466 or 919350. OLE color: 919350.

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

Color convert

RGB54714-
CMYK00.870.740.79
HSL351.06º77.05%11.96%-
HSV(B)351.06º87.04%21.18%-
XYZ1.680.970.51-
YUV21.85123.57150.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72%
GREEN value IS 7 (3.12% from 255) = 9.33%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=72%
G=9.33%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5471400.870.740.79351.0677.0511.96
Hex367E0574A4F15f4dc
Octal66716012711211753711514
Binary1101101111110010101111001010100111110101111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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