#14050D

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

Shades of Rustic Red #14050D

Tints of Rustic Red #14050D

Color information

#14050D (or 0x14050D) is unknown color: approx Rustic Red. HEX triplet: 14, 05 and 0D. RGB value is (20,5,13). Sum of RGB (Red+Green+Blue) = 20+5+13=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #14050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14050D is #EBFAF2. Grayscale: #0A0A0A. Windows color (decimal): -15465203 or 853268. OLE color: 853268.

HSL color Cylindrical-coordinate representation of color #14050D: hue angle of 328º 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 #14050D is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB20513-
CMYK00.750.350.92
HSL328º60%4.9%-
HSV(B)328º75%7.84%-
XYZ0.420.290.41-
YUV10.4129.47134.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 52.63%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 13 (5.47% from 255) = 34.21%
R=52.63%
G=13.16%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2051300.750.350.92328604.9
Hex145D04B235C1483c5
Octal24515011343134510745
Binary101001011101010010111000111011100101001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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