Html Css Color HEX #221011 Rustic Red

📋 copy color: '#221011'

red 34 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #221011

Tints of Rustic Red #221011

RGB

 RED value IS 34 (13.67% from 255) = 50.75%

 GREEN value IS 16 (6.64% from 255) = 23.88%

 BLUE value IS 17 (7.03% from 255) = 25.37%

R = 50.75%
G = 23.88%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.87

RGB Variations

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

Color information

#221011 (or 0x221011) is known color: Rustic Red. HEX triplet: 22, 10 and 11. RGB value is (34,16,17). Sum of RGB (Red+Green+Blue) = 34+16+17=67 (8% of max value = 765). Red value is 34 (13.67% from 255 or 50.75% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 34 - color contains mainly: red. Hex color #221011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221011 is #DDEFEE. Grayscale: #151515. Windows color (decimal): -14544879 or 1118242. OLE color: 1118242.

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

Color convert

RGB 34 16 17 -
CMYK 0 0.53 0.50 0.87
HSL 356.67º 0.36% 0.1% -
HSV(B) 356.67º 0.53% 0.13% -
XYZ 0.95 0.75 0.63 -
YUV 21.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 34 16 17 0 0.53 0.50 0.87 356.67 0.36 0.1
Hex 22 10 11 0 35 32 57 165 24 A
Octal 42 20 21 0 65 62 127 545 44 12
Binary 100010 10000 10001 0 110101 110010 1010111 101100101 100100 1010

Color Harmonies of #221011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221011

Black with #221011

Text Example


Text Example

White with #221011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221011; }

 p { color: rgb(34,16,17); }

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

background-color css

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

 a { background-color: rgb(34,16,17); }

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

border-color css

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

 span { border-color: rgb(34,16,17); }

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