#14080A

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

Shades of Rustic Red #14080A

Tints of Rustic Red #14080A

Color information

#14080A (or 0x14080A) is unknown color: approx Rustic Red. HEX triplet: 14, 08 and 0A. RGB value is (20,8,10). Sum of RGB (Red+Green+Blue) = 20+8+10=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #14080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14080A is #EBF7F5. Grayscale: #0B0B0B. Windows color (decimal): -15464438 or 657428. OLE color: 657428.

HSL color Cylindrical-coordinate representation of color #14080A: hue angle of 350º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14080A is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB20810-
CMYK00.600.500.92
HSL350º42.86%5.49%-
HSV(B)350º60%7.84%-
XYZ0.430.340.33-
YUV11.82126.98133.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 52.63%
GREEN value IS 8 (3.52% from 255) = 21.05%
BLUE value IS 10 (4.30% from 255) = 26.32%
R=52.63%
G=21.05%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2081000.600.500.9235042.865.49
Hex148A03C325C15e2b5
Octal24101207462134536535
Binary101001000101001111001100101011100101011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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