#14070A

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

Shades of Rustic Red #14070A

Tints of Rustic Red #14070A

Color information

#14070A (or 0x14070A) is unknown color: approx Rustic Red. HEX triplet: 14, 07 and 0A. RGB value is (20,7,10). Sum of RGB (Red+Green+Blue) = 20+7+10=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #14070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14070A is #EBF8F5. Grayscale: #0B0B0B. Windows color (decimal): -15464694 or 657172. OLE color: 657172.

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

Color convert

RGB20710-
CMYK00.650.500.92
HSL346.15º48.15%5.29%-
HSV(B)346.15º65%7.84%-
XYZ0.420.320.33-
YUV11.23127.31134.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 54.05%
GREEN value IS 7 (3.12% from 255) = 18.92%
BLUE value IS 10 (4.30% from 255) = 27.03%
R=54.05%
G=18.92%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2071000.650.500.92346.1548.155.29
Hex147A041325C15a305
Octal24712010162134532605
Binary101001111010010000011100101011100101011010110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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