Html Css Color HEX #211215 Rustic Red

📋 copy color: '#211215'

red 33 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #211215

Tints of Rustic Red #211215

RGB

 RED value IS 33 (13.28% from 255) = 45.83%

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

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

R = 45.83%
G = 25%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.87

RGB Variations

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

Color information

#211215 (or 0x211215) is known color: Rustic Red. HEX triplet: 21, 12 and 15. RGB value is (33,18,21). Sum of RGB (Red+Green+Blue) = 33+18+21=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #211215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211215 is #DEEDEA. Grayscale: #161616. Windows color (decimal): -14609899 or 1380897. OLE color: 1380897.

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

Color convert

RGB 33 18 21 -
CMYK 0 0.45 0.36 0.87
HSL 348º 0.29% 0.1% -
HSV(B) 348º 0.45% 0.13% -
XYZ 0.98 0.81 0.81 -
YUV 22.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 33 18 21 0 0.45 0.36 0.87 348 0.29 0.1
Hex 21 12 15 0 2D 24 57 15C 1D A
Octal 41 22 25 0 55 44 127 534 35 12
Binary 100001 10010 10101 0 101101 100100 1010111 101011100 11101 1010

Color Harmonies of #211215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211215

Black with #211215

Text Example


Text Example

White with #211215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211215; }

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

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

background-color css

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

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

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

border-color css

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

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

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