Html Css Color HEX #201013 Rustic Red

📋 copy color: '#201013'

red 32 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #201013

Tints of Rustic Red #201013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.88%

 BLUE value IS 19 (7.81% from 255) = 28.36%

R = 47.76%
G = 23.88%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#201013 (or 0x201013) is known color: Rustic Red. HEX triplet: 20, 10 and 13. RGB value is (32,16,19). Sum of RGB (Red+Green+Blue) = 32+16+19=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #201013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201013 is #DFEFEC. Grayscale: #151515. Windows color (decimal): -14675949 or 1249312. OLE color: 1249312.

HSL color Cylindrical-coordinate representation of color #201013: hue angle of 348.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201013 is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 16 19 -
CMYK 0 0.5 0.41 0.87
HSL 348.75º 0.33% 0.09% -
HSV(B) 348.75º 0.5% 0.13% -
XYZ 0.9 0.72 0.71 -
YUV 21.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 32 16 19 0 0.5 0.41 0.87 348.75 0.33 0.09
Hex 20 10 13 0 32 29 57 15D 21 9
Octal 40 20 23 0 62 51 127 535 41 11
Binary 100000 10000 10011 0 110010 101001 1010111 101011101 100001 1001

Color Harmonies of #201013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201013

Black with #201013

Text Example


Text Example

White with #201013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201013; }

 p { color: rgb(32,16,19); }

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

background-color css

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

 a { background-color: rgb(32,16,19); }

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

border-color css

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

 span { border-color: rgb(32,16,19); }

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