Html Css Color HEX #14090A Rustic Red

📋 copy color: '#14090A'

red 20 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #14090A

Tints of Rustic Red #14090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 23.08%

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

R = 51.28%
G = 23.08%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

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

RGB 20 9 10 -
CMYK 0 0.55 0.50 0.92
HSL 354.55º 0.38% 0.06% -
HSV(B) 354.55º 0.55% 0.08% -
XYZ 0.44 0.37 0.33 -
YUV 12.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 20 9 10 0 0.55 0.50 0.92 354.55 0.38 0.06
Hex 14 9 A 0 37 32 5C 163 26 6
Octal 24 11 12 0 67 62 134 543 46 6
Binary 10100 1001 1010 0 110111 110010 1011100 101100011 100110 110

Color Harmonies of #14090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14090A

Black with #14090A

Text Example


Text Example

White with #14090A

Text Example


Text Example

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