Html Css Color HEX #211618 Rustic Red

📋 copy color: '#211618'

red 33 ◦ green 22 ◦ blue 24

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

Shades of Rustic Red #211618

Tints of Rustic Red #211618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 27.85%

 BLUE value IS 24 (9.77% from 255) = 30.38%

R = 41.77%
G = 27.85%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.87

RGB Variations

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

Color information

#211618 (or 0x211618) is known color: Rustic Red. HEX triplet: 21, 16 and 18. RGB value is (33,22,24). Sum of RGB (Red+Green+Blue) = 33+22+24=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #211618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211618 is #DEE9E7. Grayscale: #191919. Windows color (decimal): -14608872 or 1578529. OLE color: 1578529.

HSL color Cylindrical-coordinate representation of color #211618: hue angle of 349.09º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #211618 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 22 24 -
CMYK 0 0.33 0.27 0.87
HSL 349.09º 0.2% 0.11% -
HSV(B) 349.09º 0.33% 0.13% -
XYZ 1.08 0.96 0.99 -
YUV 25.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 33 22 24 0 0.33 0.27 0.87 349.09 0.2 0.11
Hex 21 16 18 0 21 1B 57 15D 14 B
Octal 41 26 30 0 41 33 127 535 24 13
Binary 100001 10110 11000 0 100001 11011 1010111 101011101 10100 1011

Color Harmonies of #211618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211618

Black with #211618

Text Example


Text Example

White with #211618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211618; }

 p { color: rgb(33,22,24); }

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

background-color css

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

 a { background-color: rgb(33,22,24); }

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

border-color css

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

 span { border-color: rgb(33,22,24); }

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