#0E0005

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

Shades of Rustic Red #0E0005

Tints of Rustic Red #0E0005

Color information

#0E0005 (or 0x0E0005) is unknown color: approx Rustic Red. HEX triplet: 0E, 00 and 05. RGB value is (14,0,5). Sum of RGB (Red+Green+Blue) = 14+0+5=19 (2% of max value = 765). Red value is 14 (5.86% from 255 or 73.68% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 5 (2.34% from 255 or 26.32% from 19); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0005 is #F1FFFA. Grayscale: #040404. Windows color (decimal): -15859707 or 327694. OLE color: 327694.

HSL color Cylindrical-coordinate representation of color #0E0005: hue angle of 338.57º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0005 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.95.

Color convert

RGB1405-
CMYK010.640.95
HSL338.57º100%2.75%-
HSV(B)338.57º100%5.49%-
XYZ0.210.10.15-
YUV4.76128.14134.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 73.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 26.32%
R=73.68%
G=0%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1405010.640.95338.571002.75
HexE05064405F153643
Octal160501441001375231443
Binary111001010110010010000001011111101010011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E0005; }

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

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

<style>
 a { background-color: #0E0005; }

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

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

<style>
 span { border-color: #0E0005; }

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

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