Html Css Color HEX #201011 Rustic Red

📋 copy color: '#201011'

red 32 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #201011

Tints of Rustic Red #201011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 26.15%

R = 49.23%
G = 24.62%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#201011 (or 0x201011) is known color: Rustic Red. HEX triplet: 20, 10 and 11. RGB value is (32,16,17). Sum of RGB (Red+Green+Blue) = 32+16+17=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #201011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201011 is #DFEFEE. Grayscale: #141414. Windows color (decimal): -14675951 or 1118240. OLE color: 1118240.

HSL color Cylindrical-coordinate representation of color #201011: hue angle of 356.25º 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 #201011 is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 16 17 -
CMYK 0 0.5 0.47 0.87
HSL 356.25º 0.33% 0.09% -
HSV(B) 356.25º 0.5% 0.13% -
XYZ 0.88 0.72 0.62 -
YUV 20.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 32 16 17 0 0.5 0.47 0.87 356.25 0.33 0.09
Hex 20 10 11 0 32 2F 57 164 21 9
Octal 40 20 21 0 62 57 127 544 41 11
Binary 100000 10000 10001 0 110010 101111 1010111 101100100 100001 1001

Color Harmonies of #201011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201011

Black with #201011

Text Example


Text Example

White with #201011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201011; }

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

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

background-color css

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

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

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

border-color css

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

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

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