Html Css Color HEX #20000C Rustic Red

📋 copy color: '#20000C'

red 32 ◦ green 0 ◦ blue 12

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

Shades of Rustic Red #20000C

Tints of Rustic Red #20000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.73%
G = 0%
B = 27.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.87

RGB Variations

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

Color information

#20000C (or 0x20000C) is known color: Rustic Red. HEX triplet: 20, 00 and 0C. RGB value is (32,0,12). Sum of RGB (Red+Green+Blue) = 32+0+12=44 (5% of max value = 765). Red value is 32 (12.89% from 255 or 72.73% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 32 - color contains mainly: red. Hex color #20000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20000C is #DFFFF3. Grayscale: #0A0A0A. Windows color (decimal): -14680052 or 786464. OLE color: 786464.

HSL color Cylindrical-coordinate representation of color #20000C: hue angle of 337.5º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20000C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 0 12 -
CMYK 0 1 0.63 0.87
HSL 337.5º 1% 0.06% -
HSV(B) 337.5º 1% 0.13% -
XYZ 0.66 0.33 0.38 -
YUV 10.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 32 0 12 0 1 0.63 0.87 337.5 1 0.06
Hex 20 0 C 0 64 3F 57 152 64 6
Octal 40 0 14 0 144 77 127 522 144 6
Binary 100000 0 1100 0 1100100 111111 1010111 101010010 1100100 110

Color Harmonies of #20000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20000C

Black with #20000C

Text Example


Text Example

White with #20000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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