Html Css Color HEX #201015 Rustic Red

📋 copy color: '#201015'

red 32 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #201015

Tints of Rustic Red #201015

RGB

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

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

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

R = 46.38%
G = 23.19%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#201015 (or 0x201015) is known color: Rustic Red. HEX triplet: 20, 10 and 15. RGB value is (32,16,21). Sum of RGB (Red+Green+Blue) = 32+16+21=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #201015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201015 is #DFEFEA. Grayscale: #151515. Windows color (decimal): -14675947 or 1380384. OLE color: 1380384.

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

Color convert

RGB 32 16 21 -
CMYK 0 0.5 0.34 0.87
HSL 341.25º 0.33% 0.09% -
HSV(B) 341.25º 0.5% 0.13% -
XYZ 0.92 0.73 0.8 -
YUV 21.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 32 16 21 0 0.5 0.34 0.87 341.25 0.33 0.09
Hex 20 10 15 0 32 22 57 155 21 9
Octal 40 20 25 0 62 42 127 525 41 11
Binary 100000 10000 10101 0 110010 100010 1010111 101010101 100001 1001

Color Harmonies of #201015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201015

Black with #201015

Text Example


Text Example

White with #201015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201015; }

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

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

background-color css

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

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

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

border-color css

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

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

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