Html Css Color HEX #20090C Rustic Red

📋 copy color: '#20090C'

red 32 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #20090C

Tints of Rustic Red #20090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 22.64%

R = 60.38%
G = 16.98%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#20090C (or 0x20090C) is known color: Rustic Red. HEX triplet: 20, 09 and 0C. RGB value is (32,9,12). Sum of RGB (Red+Green+Blue) = 32+9+12=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #20090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20090C is #DFF6F3. Grayscale: #101010. Windows color (decimal): -14677748 or 788768. OLE color: 788768.

HSL color Cylindrical-coordinate representation of color #20090C: hue angle of 352.17º 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 #20090C is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 9 12 -
CMYK 0 0.72 0.63 0.87
HSL 352.17º 0.56% 0.08% -
HSV(B) 352.17º 0.72% 0.13% -
XYZ 0.76 0.53 0.41 -
YUV 16.22 125.62 139.26 -
System Red Green Blue C M Y K H S L
Decimal 32 9 12 0 0.72 0.63 0.87 352.17 0.56 0.08
Hex 20 9 C 0 48 3F 57 160 38 8
Octal 40 11 14 0 110 77 127 540 70 10
Binary 100000 1001 1100 0 1001000 111111 1010111 101100000 111000 1000

Color Harmonies of #20090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20090C

Black with #20090C

Text Example


Text Example

White with #20090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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