Html Css Color HEX #201215 Rustic Red

📋 copy color: '#201215'

red 32 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #201215

Tints of Rustic Red #201215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.35%

 BLUE value IS 21 (8.59% from 255) = 29.58%

R = 45.07%
G = 25.35%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#201215 (or 0x201215) is known color: Rustic Red. HEX triplet: 20, 12 and 15. RGB value is (32,18,21). Sum of RGB (Red+Green+Blue) = 32+18+21=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #201215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201215 is #DFEDEA. Grayscale: #161616. Windows color (decimal): -14675435 or 1380896. OLE color: 1380896.

HSL color Cylindrical-coordinate representation of color #201215: hue angle of 347.14º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #201215 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 18 21 -
CMYK 0 0.44 0.34 0.87
HSL 347.14º 0.28% 0.1% -
HSV(B) 347.14º 0.44% 0.13% -
XYZ 0.95 0.79 0.81 -
YUV 22.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 32 18 21 0 0.44 0.34 0.87 347.14 0.28 0.1
Hex 20 12 15 0 2C 22 57 15B 1C A
Octal 40 22 25 0 54 42 127 533 34 12
Binary 100000 10010 10101 0 101100 100010 1010111 101011011 11100 1010

Color Harmonies of #201215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201215

Black with #201215

Text Example


Text Example

White with #201215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201215; }

 p { color: rgb(32,18,21); }

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

background-color css

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

 a { background-color: rgb(32,18,21); }

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

border-color css

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

 span { border-color: rgb(32,18,21); }

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