#14000A

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

Shades of Rustic Red #14000A

Tints of Rustic Red #14000A

Color information

#14000A (or 0x14000A) is unknown color: approx Rustic Red. HEX triplet: 14, 00 and 0A. RGB value is (20,0,10). Sum of RGB (Red+Green+Blue) = 20+0+10=30 (3% of max value = 765). Red value is 20 (8.20% from 255 or 66.67% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 20 - color contains mainly: red. Hex color #14000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14000A is #EBFFF5. Grayscale: #070707. Windows color (decimal): -15466486 or 655380. OLE color: 655380.

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

Color convert

RGB20010-
CMYK010.500.92
HSL330º100%3.92%-
HSV(B)330º100%7.84%-
XYZ0.340.170.3-
YUV7.12129.63137.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20010010.500.923301003.92
Hex140A064325C14a644
Octal240120144621345121444
Binary10100010100110010011001010111001010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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