Html Css Color HEX #210E16 Rustic Red

📋 copy color: '#210E16'

red 33 ◦ green 14 ◦ blue 22

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

Shades of Rustic Red #210E16

Tints of Rustic Red #210E16

RGB

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

 GREEN value IS 14 (5.86% from 255) = 20.29%

 BLUE value IS 22 (8.98% from 255) = 31.88%

R = 47.83%
G = 20.29%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.87

RGB Variations

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

Color information

#210E16 (or 0x210E16) is known color: Rustic Red. HEX triplet: 21, 0E and 16. RGB value is (33,14,22). Sum of RGB (Red+Green+Blue) = 33+14+22=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #210E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E16 is #DEF1E9. Grayscale: #141414. Windows color (decimal): -14610922 or 1445409. OLE color: 1445409.

HSL color Cylindrical-coordinate representation of color #210E16: hue angle of 334.74º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #210E16 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 14 22 -
CMYK 0 0.58 0.33 0.87
HSL 334.74º 0.4% 0.09% -
HSV(B) 334.74º 0.58% 0.13% -
XYZ 0.93 0.7 0.84 -
YUV 20.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 33 14 22 0 0.58 0.33 0.87 334.74 0.4 0.09
Hex 21 E 16 0 3A 21 57 14F 28 9
Octal 41 16 26 0 72 41 127 517 50 11
Binary 100001 1110 10110 0 111010 100001 1010111 101001111 101000 1001

Color Harmonies of #210E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210E16

Black with #210E16

Text Example


Text Example

White with #210E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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