Html Css Color HEX #20010D Rustic Red

📋 copy color: '#20010D'

red 32 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #20010D

Tints of Rustic Red #20010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.17%

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

R = 69.57%
G = 2.17%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#20010D (or 0x20010D) is known color: Rustic Red. HEX triplet: 20, 01 and 0D. RGB value is (32,1,13). Sum of RGB (Red+Green+Blue) = 32+1+13=46 (6% of max value = 765). Red value is 32 (12.89% from 255 or 69.57% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 32 - color contains mainly: red. Hex color #20010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20010D is #DFFEF2. Grayscale: #0B0B0B. Windows color (decimal): -14679795 or 852256. OLE color: 852256.

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

Color convert

RGB 32 1 13 -
CMYK 0 0.97 0.59 0.87
HSL 336.77º 0.94% 0.06% -
HSV(B) 336.77º 0.97% 0.13% -
XYZ 0.68 0.36 0.41 -
YUV 11.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 32 1 13 0 0.97 0.59 0.87 336.77 0.94 0.06
Hex 20 1 D 0 61 3B 57 151 5E 6
Octal 40 1 15 0 141 73 127 521 136 6
Binary 100000 1 1101 0 1100001 111011 1010111 101010001 1011110 110

Color Harmonies of #20010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20010D

Black with #20010D

Text Example


Text Example

White with #20010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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