#14010A

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

Shades of Rustic Red #14010A

Tints of Rustic Red #14010A

Color information

#14010A (or 0x14010A) is unknown color: approx Rustic Red. HEX triplet: 14, 01 and 0A. RGB value is (20,1,10). Sum of RGB (Red+Green+Blue) = 20+1+10=31 (4% of max value = 765). Red value is 20 (8.20% from 255 or 64.52% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 20 - color contains mainly: red. Hex color #14010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14010A is #EBFEF5. Grayscale: #070707. Windows color (decimal): -15466230 or 655636. OLE color: 655636.

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

Color convert

RGB20110-
CMYK00.950.500.92
HSL331.58º90.48%4.12%-
HSV(B)331.58º95%7.84%-
XYZ0.350.190.31-
YUV7.71129.29136.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 64.52%
GREEN value IS 1 (0.78% from 255) = 3.23%
BLUE value IS 10 (4.30% from 255) = 32.26%
R=64.52%
G=3.23%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2011000.950.500.92331.5890.484.12
Hex141A05F325C14c5a4
Octal241120137621345141324
Binary10100110100101111111001010111001010011001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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