#14050A

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

Shades of Rustic Red #14050A

Tints of Rustic Red #14050A

Color information

#14050A (or 0x14050A) is unknown color: approx Rustic Red. HEX triplet: 14, 05 and 0A. RGB value is (20,5,10). Sum of RGB (Red+Green+Blue) = 20+5+10=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #14050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14050A is #EBFAF5. Grayscale: #0A0A0A. Windows color (decimal): -15465206 or 656660. OLE color: 656660.

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

Color convert

RGB20510-
CMYK00.750.500.92
HSL340º60%4.9%-
HSV(B)340º75%7.84%-
XYZ0.40.280.32-
YUV10.06127.97135.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 57.14%
GREEN value IS 5 (2.34% from 255) = 14.29%
BLUE value IS 10 (4.30% from 255) = 28.57%
R=57.14%
G=14.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2051000.750.500.92340604.9
Hex145A04B325C1543c5
Octal24512011362134524745
Binary101001011010010010111100101011100101010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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