Html Css Color HEX #20000D Rustic Red

📋 copy color: '#20000D'

red 32 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #20000D

Tints of Rustic Red #20000D

RGB

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

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

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

R = 71.11%
G = 0%
B = 28.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#20000D (or 0x20000D) is known color: Rustic Red. HEX triplet: 20, 00 and 0D. RGB value is (32,0,13). Sum of RGB (Red+Green+Blue) = 32+0+13=45 (5% of max value = 765). Red value is 32 (12.89% from 255 or 71.11% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 32 - color contains mainly: red. Hex color #20000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20000D is #DFFFF2. Grayscale: #0B0B0B. Windows color (decimal): -14680051 or 852000. OLE color: 852000.

HSL color Cylindrical-coordinate representation of color #20000D: hue angle of 335.62º 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 #20000D is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 0 13 -
CMYK 0 1 0.59 0.87
HSL 335.63º 1% 0.06% -
HSV(B) 335.63º 1% 0.13% -
XYZ 0.67 0.34 0.41 -
YUV 11.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 32 0 13 0 1 0.59 0.87 335.63 1 0.06
Hex 20 0 D 0 64 3B 57 150 64 6
Octal 40 0 15 0 144 73 127 520 144 6
Binary 100000 0 1101 0 1100100 111011 1010111 101010000 1100100 110

Color Harmonies of #20000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20000D

Black with #20000D

Text Example


Text Example

White with #20000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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