Html Css Color HEX #140509 Rustic Red

📋 copy color: '#140509'

red 20 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #140509

Tints of Rustic Red #140509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 14.71%

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

R = 58.82%
G = 14.71%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.92

RGB Variations

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

Color information

#140509 (or 0x140509) is known color: Rustic Red. HEX triplet: 14, 05 and 09. RGB value is (20,5,9). Sum of RGB (Red+Green+Blue) = 20+5+9=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #140509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140509 is #EBFAF6. Grayscale: #090909. Windows color (decimal): -15465207 or 591124. OLE color: 591124.

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

Color convert

RGB 20 5 9 -
CMYK 0 0.75 0.55 0.92
HSL 344º 0.6% 0.05% -
HSV(B) 344º 0.75% 0.08% -
XYZ 0.39 0.28 0.29 -
YUV 9.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 20 5 9 0 0.75 0.55 0.92 344 0.6 0.05
Hex 14 5 9 0 4B 37 5C 158 3C 5
Octal 24 5 11 0 113 67 134 530 74 5
Binary 10100 101 1001 0 1001011 110111 1011100 101011000 111100 101

Color Harmonies of #140509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140509

Black with #140509

Text Example


Text Example

White with #140509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140509; }

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

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

background-color css

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

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

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

border-color css

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

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

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