#0E060A

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

Shades of Rustic Red #0E060A

Tints of Rustic Red #0E060A

Color information

#0E060A (or 0x0E060A) is unknown color: approx Rustic Red. HEX triplet: 0E, 06 and 0A. RGB value is (14,6,10). Sum of RGB (Red+Green+Blue) = 14+6+10=30 (3% of max value = 765). Red value is 14 (5.86% from 255 or 46.67% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 14 - color contains mainly: red. Hex color #0E060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E060A is #F1F9F5. Grayscale: #080808. Windows color (decimal): -15858166 or 656910. OLE color: 656910.

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

Color convert

RGB14610-
CMYK00.570.290.95
HSL330º40%3.92%-
HSV(B)330º57.14%5.49%-
XYZ0.30.250.32-
YUV8.85128.65131.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 46.67%
GREEN value IS 6 (2.73% from 255) = 20%
BLUE value IS 10 (4.30% from 255) = 33.33%
R=46.67%
G=20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1461000.570.290.95330403.92
HexE6A0391D5F14a284
Octal1661207135137512504
Binary111011010100111001111011011111101001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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