Html Css Color HEX #20080D Rustic Red

📋 copy color: '#20080D'

red 32 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #20080D

Tints of Rustic Red #20080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 15.09%

 BLUE value IS 13 (5.47% from 255) = 24.53%

R = 60.38%
G = 15.09%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#20080D (or 0x20080D) is known color: Rustic Red. HEX triplet: 20, 08 and 0D. RGB value is (32,8,13). Sum of RGB (Red+Green+Blue) = 32+8+13=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #20080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20080D is #DFF7F2. Grayscale: #0F0F0F. Windows color (decimal): -14678003 or 854048. OLE color: 854048.

HSL color Cylindrical-coordinate representation of color #20080D: hue angle of 347.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20080D is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 8 13 -
CMYK 0 0.75 0.59 0.87
HSL 347.5º 0.6% 0.08% -
HSV(B) 347.5º 0.75% 0.13% -
XYZ 0.76 0.51 0.44 -
YUV 15.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 32 8 13 0 0.75 0.59 0.87 347.5 0.6 0.08
Hex 20 8 D 0 4B 3B 57 15C 3C 8
Octal 40 10 15 0 113 73 127 534 74 10
Binary 100000 1000 1101 0 1001011 111011 1010111 101011100 111100 1000

Color Harmonies of #20080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20080D

Black with #20080D

Text Example


Text Example

White with #20080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20080D; }

 p { color: rgb(32,8,13); }

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

background-color css

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

 a { background-color: rgb(32,8,13); }

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

border-color css

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

 span { border-color: rgb(32,8,13); }

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