Html Css Color HEX #140809 Rustic Red

📋 copy color: '#140809'

red 20 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #140809

Tints of Rustic Red #140809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 21.62%

 BLUE value IS 9 (3.91% from 255) = 24.32%

R = 54.05%
G = 21.62%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.92

RGB Variations

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

Color information

#140809 (or 0x140809) is known color: Rustic Red. HEX triplet: 14, 08 and 09. RGB value is (20,8,9). Sum of RGB (Red+Green+Blue) = 20+8+9=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140809 is #EBF7F6. Grayscale: #0B0B0B. Windows color (decimal): -15464439 or 591892. OLE color: 591892.

HSL color Cylindrical-coordinate representation of color #140809: hue angle of 355º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #140809 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 8 9 -
CMYK 0 0.60 0.55 0.92
HSL 355º 0.43% 0.05% -
HSV(B) 355º 0.6% 0.08% -
XYZ 0.42 0.34 0.3 -
YUV 11.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 20 8 9 0 0.60 0.55 0.92 355 0.43 0.05
Hex 14 8 9 0 3C 37 5C 163 2B 5
Octal 24 10 11 0 74 67 134 543 53 5
Binary 10100 1000 1001 0 111100 110111 1011100 101100011 101011 101

Color Harmonies of #140809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140809

Black with #140809

Text Example


Text Example

White with #140809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140809; }

 p { color: rgb(20,8,9); }

 H1.HeaderClassName
 {
   color: #140809;
 }
 .AnyTagClassName
 {
   color: #140809;
 }
</style>

background-color css

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

 a { background-color: rgb(20,8,9); }

 div.DivClassName
 {
   background-color: #140809;
 }
 .BgClassName
 {
   background-color: #140809;
 }
</style>

border-color css

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

 span { border-color: rgb(20,8,9); }

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