#0E0709

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

Shades of Rustic Red #0E0709

Tints of Rustic Red #0E0709

Color information

#0E0709 (or 0x0E0709) is unknown color: approx Rustic Red. HEX triplet: 0E, 07 and 09. RGB value is (14,7,9). Sum of RGB (Red+Green+Blue) = 14+7+9=30 (3% of max value = 765). Red value is 14 (5.86% from 255 or 46.67% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0709 is #F1F8F6. Grayscale: #090909. Windows color (decimal): -15857911 or 591630. OLE color: 591630.

HSL color Cylindrical-coordinate representation of color #0E0709: hue angle of 342.86º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E0709 is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.95.

Color convert

RGB1479-
CMYK00.50.360.95
HSL342.86º33.33%4.12%-
HSV(B)342.86º50%5.49%-
XYZ0.310.270.29-
YUV9.32127.82131.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 46.67%
GREEN value IS 7 (3.12% from 255) = 23.33%
BLUE value IS 9 (3.91% from 255) = 30%
R=46.67%
G=23.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.36
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal147900.50.360.95342.8633.334.12
HexE79032245F157214
Octal1671106244137527414
Binary1110111100101100101001001011111101010111100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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