#14090A

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

Shades of Rustic Red #14090A

Tints of Rustic Red #14090A

Color information

#14090A (or 0x14090A) is unknown color: approx Rustic Red. HEX triplet: 14, 09 and 0A. RGB value is (20,9,10). Sum of RGB (Red+Green+Blue) = 20+9+10=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #14090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14090A is #EBF6F5. Grayscale: #0C0C0C. Windows color (decimal): -15464182 or 657684. OLE color: 657684.

HSL color Cylindrical-coordinate representation of color #14090A: hue angle of 354.55º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14090A is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB20910-
CMYK00.550.500.92
HSL354.55º37.93%5.69%-
HSV(B)354.55º55%7.84%-
XYZ0.440.370.33-
YUV12.4126.64133.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 51.28%
GREEN value IS 9 (3.91% from 255) = 23.08%
BLUE value IS 10 (4.30% from 255) = 25.64%
R=51.28%
G=23.08%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2091000.550.500.92354.5537.935.69
Hex149A037325C163266
Octal24111206762134543466
Binary101001001101001101111100101011100101100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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