Html Css Color HEX #20020C Rustic Red

📋 copy color: '#20020C'

red 32 ◦ green 2 ◦ blue 12

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

Shades of Rustic Red #20020C

Tints of Rustic Red #20020C

RGB

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

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

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

R = 69.57%
G = 4.35%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#20020C (or 0x20020C) is known color: Rustic Red. HEX triplet: 20, 02 and 0C. RGB value is (32,2,12). Sum of RGB (Red+Green+Blue) = 32+2+12=46 (6% of max value = 765). Red value is 32 (12.89% from 255 or 69.57% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 32 - color contains mainly: red. Hex color #20020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20020C is #DFFDF3. Grayscale: #0C0C0C. Windows color (decimal): -14679540 or 786976. OLE color: 786976.

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

Color convert

RGB 32 2 12 -
CMYK 0 0.94 0.63 0.87
HSL 340º 0.88% 0.07% -
HSV(B) 340º 0.94% 0.13% -
XYZ 0.68 0.38 0.38 -
YUV 12.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 32 2 12 0 0.94 0.63 0.87 340 0.88 0.07
Hex 20 2 C 0 5E 3F 57 154 58 7
Octal 40 2 14 0 136 77 127 524 130 7
Binary 100000 10 1100 0 1011110 111111 1010111 101010100 1011000 111

Color Harmonies of #20020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20020C

Black with #20020C

Text Example


Text Example

White with #20020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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