#14040A

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

Shades of Rustic Red #14040A

Tints of Rustic Red #14040A

Color information

#14040A (or 0x14040A) is unknown color: approx Rustic Red. HEX triplet: 14, 04 and 0A. RGB value is (20,4,10). Sum of RGB (Red+Green+Blue) = 20+4+10=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 4 (1.95% from 255 or 11.76% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #14040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14040A is #EBFBF5. Grayscale: #090909. Windows color (decimal): -15465462 or 656404. OLE color: 656404.

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

Color convert

RGB20410-
CMYK00.800.500.92
HSL337.5º66.67%4.71%-
HSV(B)337.5º80%7.84%-
XYZ0.390.260.32-
YUV9.47128.3135.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 58.82%
GREEN value IS 4 (1.95% from 255) = 11.76%
BLUE value IS 10 (4.30% from 255) = 29.41%
R=58.82%
G=11.76%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2041000.800.500.92337.566.674.71
Hex144A050325C152435
Octal244120120621345221035
Binary1010010010100101000011001010111001010100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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