Html Css Color HEX #211214 Rustic Red

📋 copy color: '#211214'

red 33 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #211214

Tints of Rustic Red #211214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.17%

R = 46.48%
G = 25.35%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.87

RGB Variations

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

Color information

#211214 (or 0x211214) is known color: Rustic Red. HEX triplet: 21, 12 and 14. RGB value is (33,18,20). Sum of RGB (Red+Green+Blue) = 33+18+20=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #211214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211214 is #DEEDEB. Grayscale: #161616. Windows color (decimal): -14609900 or 1315361. OLE color: 1315361.

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

Color convert

RGB 33 18 20 -
CMYK 0 0.45 0.39 0.87
HSL 352º 0.29% 0.1% -
HSV(B) 352º 0.45% 0.13% -
XYZ 0.97 0.81 0.77 -
YUV 22.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 33 18 20 0 0.45 0.39 0.87 352 0.29 0.1
Hex 21 12 14 0 2D 27 57 160 1D A
Octal 41 22 24 0 55 47 127 540 35 12
Binary 100001 10010 10100 0 101101 100111 1010111 101100000 11101 1010

Color Harmonies of #211214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211214

Black with #211214

Text Example


Text Example

White with #211214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211214; }

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

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

background-color css

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

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

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

border-color css

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

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

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