Html Css Color HEX #211213 Rustic Red

📋 copy color: '#211213'

red 33 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #211213

Tints of Rustic Red #211213

RGB

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

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

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

R = 47.14%
G = 25.71%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#211213 (or 0x211213) is known color: Rustic Red. HEX triplet: 21, 12 and 13. RGB value is (33,18,19). Sum of RGB (Red+Green+Blue) = 33+18+19=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #211213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211213 is #DEEDEC. Grayscale: #161616. Windows color (decimal): -14609901 or 1249825. OLE color: 1249825.

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

Color convert

RGB 33 18 19 -
CMYK 0 0.45 0.42 0.87
HSL 356º 0.29% 0.1% -
HSV(B) 356º 0.45% 0.13% -
XYZ 0.96 0.8 0.72 -
YUV 22.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 33 18 19 0 0.45 0.42 0.87 356 0.29 0.1
Hex 21 12 13 0 2D 2A 57 164 1D A
Octal 41 22 23 0 55 52 127 544 35 12
Binary 100001 10010 10011 0 101101 101010 1010111 101100100 11101 1010

Color Harmonies of #211213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211213

Black with #211213

Text Example


Text Example

White with #211213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211213; }

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

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

background-color css

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

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

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

border-color css

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

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

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