#14050C

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

Shades of Rustic Red #14050C

Tints of Rustic Red #14050C

Color information

#14050C (or 0x14050C) is unknown color: approx Rustic Red. HEX triplet: 14, 05 and 0C. RGB value is (20,5,12). Sum of RGB (Red+Green+Blue) = 20+5+12=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #14050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14050C is #EBFAF3. Grayscale: #0A0A0A. Windows color (decimal): -15465204 or 787732. OLE color: 787732.

HSL color Cylindrical-coordinate representation of color #14050C: hue angle of 332º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14050C is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB20512-
CMYK00.750.400.92
HSL332º60%4.9%-
HSV(B)332º75%7.84%-
XYZ0.410.280.38-
YUV10.28128.97134.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 54.05%
GREEN value IS 5 (2.34% from 255) = 13.51%
BLUE value IS 12 (5.08% from 255) = 32.43%
R=54.05%
G=13.51%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2051200.750.400.92332604.9
Hex145C04B285C14c3c5
Octal24514011350134514745
Binary101001011100010010111010001011100101001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14050C; }

 p { color: rgb(20,5,12); }

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

<style>
 a { background-color: #14050C; }

 a { background-color: rgb(20,5,12); }

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

<style>
 span { border-color: #14050C; }

 span { border-color: rgb(20,5,12); }

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