Html Css Color HEX #20090B Rustic Red

📋 copy color: '#20090B'

red 32 ◦ green 9 ◦ blue 11

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

Shades of Rustic Red #20090B

Tints of Rustic Red #20090B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 21.15%

R = 61.54%
G = 17.31%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.87

RGB Variations

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

Color information

#20090B (or 0x20090B) is known color: Rustic Red. HEX triplet: 20, 09 and 0B. RGB value is (32,9,11). Sum of RGB (Red+Green+Blue) = 32+9+11=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #20090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20090B is #DFF6F4. Grayscale: #101010. Windows color (decimal): -14677749 or 723232. OLE color: 723232.

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

Color convert

RGB 32 9 11 -
CMYK 0 0.72 0.66 0.87
HSL 354.78º 0.56% 0.08% -
HSV(B) 354.78º 0.72% 0.13% -
XYZ 0.75 0.53 0.38 -
YUV 16.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 32 9 11 0 0.72 0.66 0.87 354.78 0.56 0.08
Hex 20 9 B 0 48 42 57 163 38 8
Octal 40 11 13 0 110 102 127 543 70 10
Binary 100000 1001 1011 0 1001000 1000010 1010111 101100011 111000 1000

Color Harmonies of #20090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20090B

Black with #20090B

Text Example


Text Example

White with #20090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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