Html Css Color HEX #14070A Rustic Red

📋 copy color: '#14070A'

red 20 ◦ green 7 ◦ blue 10

#14070A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #14070A

Tints of Rustic Red #14070A

RGB

 RED value IS 20 (8.2% from 255) = 54.05%

 GREEN value IS 7 (3.13% from 255) = 18.92%

 BLUE value IS 10 (4.3% from 255) = 27.03%

R = 54.05%
G = 18.92%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#14070A (or 0x14070A) is known color: 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

RGB 20 7 10 -
CMYK 0 0.65 0.50 0.92
HSL 346.15º 0.48% 0.05% -
HSV(B) 346.15º 0.65% 0.08% -
XYZ 0.42 0.32 0.33 -
YUV 11.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 20 7 10 0 0.65 0.50 0.92 346.15 0.48 0.05
Hex 14 7 A 0 41 32 5C 15A 30 5
Octal 24 7 12 0 101 62 134 532 60 5
Binary 10100 111 1010 0 1000001 110010 1011100 101011010 110000 101

Color Harmonies of #14070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14070A

Black with #14070A

Text Example


Text Example

White with #14070A

Text Example


Text Example

HTML Codes & Css Web 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>