#0E0C0D

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

Shades of Rustic Red #0E0C0D

Tints of Rustic Red #0E0C0D

Color information

#0E0C0D (or 0x0E0C0D) is unknown color: approx Rustic Red. HEX triplet: 0E, 0C and 0D. RGB value is (14,12,13). Sum of RGB (Red+Green+Blue) = 14+12+13=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0C0D is #F1F3F2. Grayscale: #0C0C0C. Windows color (decimal): -15856627 or 855054. OLE color: 855054.

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

Color convert

RGB141213-
CMYK00.140.070.95
HSL330º7.69%5.1%-
HSV(B)330º14.29%5.49%-
XYZ0.390.390.43-
YUV12.71128.16128.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 35.90%
GREEN value IS 12 (5.08% from 255) = 30.77%
BLUE value IS 13 (5.47% from 255) = 33.33%
R=35.90%
G=30.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal14121300.140.070.953307.695.1
HexECD0E75F14a85
Octal1614150167137512105
Binary1110110011010111011110111111010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,12,13); }

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

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

 a { background-color: rgb(14,12,13); }

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

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

 span { border-color: rgb(14,12,13); }

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