Html Css Color HEX #20090A Rustic Red

📋 copy color: '#20090A'

red 32 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #20090A

Tints of Rustic Red #20090A

RGB

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

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

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

R = 62.75%
G = 17.65%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.87

RGB Variations

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

Color information

#20090A (or 0x20090A) is known color: Rustic Red. HEX triplet: 20, 09 and 0A. RGB value is (32,9,10). Sum of RGB (Red+Green+Blue) = 32+9+10=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #20090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20090A is #DFF6F5. Grayscale: #101010. Windows color (decimal): -14677750 or 657696. OLE color: 657696.

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

Color convert

RGB 32 9 10 -
CMYK 0 0.72 0.69 0.87
HSL 357.39º 0.56% 0.08% -
HSV(B) 357.39º 0.72% 0.13% -
XYZ 0.75 0.52 0.35 -
YUV 15.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 32 9 10 0 0.72 0.69 0.87 357.39 0.56 0.08
Hex 20 9 A 0 48 45 57 165 38 8
Octal 40 11 12 0 110 105 127 545 70 10
Binary 100000 1001 1010 0 1001000 1000101 1010111 101100101 111000 1000

Color Harmonies of #20090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20090A

Black with #20090A

Text Example


Text Example

White with #20090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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