Html Css Color HEX #20090E Rustic Red

📋 copy color: '#20090E'

red 32 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #20090E

Tints of Rustic Red #20090E

RGB

 RED value IS 32 (12.89% from 255) = 58.18%

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

 BLUE value IS 14 (5.86% from 255) = 25.45%

R = 58.18%
G = 16.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#20090E (or 0x20090E) is known color: Rustic Red. HEX triplet: 20, 09 and 0E. RGB value is (32,9,14). Sum of RGB (Red+Green+Blue) = 32+9+14=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #20090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20090E is #DFF6F1. Grayscale: #101010. Windows color (decimal): -14677746 or 919840. OLE color: 919840.

HSL color Cylindrical-coordinate representation of color #20090E: hue angle of 346.96º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20090E is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 9 14 -
CMYK 0 0.72 0.56 0.87
HSL 346.96º 0.56% 0.08% -
HSV(B) 346.96º 0.72% 0.13% -
XYZ 0.77 0.53 0.48 -
YUV 16.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 32 9 14 0 0.72 0.56 0.87 346.96 0.56 0.08
Hex 20 9 E 0 48 38 57 15B 38 8
Octal 40 11 16 0 110 70 127 533 70 10
Binary 100000 1001 1110 0 1001000 111000 1010111 101011011 111000 1000

Color Harmonies of #20090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20090E

Black with #20090E

Text Example


Text Example

White with #20090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20090E; }

 p { color: rgb(32,9,14); }

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

background-color css

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

 a { background-color: rgb(32,9,14); }

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

border-color css

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

 span { border-color: rgb(32,9,14); }

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