Html Css Color HEX #211518 Rustic Red

📋 copy color: '#211518'

red 33 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #211518

Tints of Rustic Red #211518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.92%

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

R = 42.31%
G = 26.92%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.87

RGB Variations

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

Color information

#211518 (or 0x211518) is known color: Rustic Red. HEX triplet: 21, 15 and 18. RGB value is (33,21,24). Sum of RGB (Red+Green+Blue) = 33+21+24=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #211518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211518 is #DEEAE7. Grayscale: #181818. Windows color (decimal): -14609128 or 1578273. OLE color: 1578273.

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

Color convert

RGB 33 21 24 -
CMYK 0 0.36 0.27 0.87
HSL 345º 0.22% 0.11% -
HSV(B) 345º 0.36% 0.13% -
XYZ 1.06 0.93 0.99 -
YUV 24.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 33 21 24 0 0.36 0.27 0.87 345 0.22 0.11
Hex 21 15 18 0 24 1B 57 159 16 B
Octal 41 25 30 0 44 33 127 531 26 13
Binary 100001 10101 11000 0 100100 11011 1010111 101011001 10110 1011

Color Harmonies of #211518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211518

Black with #211518

Text Example


Text Example

White with #211518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211518; }

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

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

background-color css

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

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

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

border-color css

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

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

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