Html Css Color HEX #20020D Rustic Red

📋 copy color: '#20020D'

red 32 ◦ green 2 ◦ blue 13

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

Shades of Rustic Red #20020D

Tints of Rustic Red #20020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.26%

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

R = 68.09%
G = 4.26%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#20020D (or 0x20020D) is known color: Rustic Red. HEX triplet: 20, 02 and 0D. RGB value is (32,2,13). Sum of RGB (Red+Green+Blue) = 32+2+13=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #20020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20020D is #DFFDF2. Grayscale: #0C0C0C. Windows color (decimal): -14679539 or 852512. OLE color: 852512.

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

Color convert

RGB 32 2 13 -
CMYK 0 0.94 0.59 0.87
HSL 338º 0.88% 0.07% -
HSV(B) 338º 0.94% 0.13% -
XYZ 0.69 0.38 0.42 -
YUV 12.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 32 2 13 0 0.94 0.59 0.87 338 0.88 0.07
Hex 20 2 D 0 5E 3B 57 152 58 7
Octal 40 2 15 0 136 73 127 522 130 7
Binary 100000 10 1101 0 1011110 111011 1010111 101010010 1011000 111

Color Harmonies of #20020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20020D

Black with #20020D

Text Example


Text Example

White with #20020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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