Html Css Color HEX #221215 Rustic Red

📋 copy color: '#221215'

red 34 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #221215

Tints of Rustic Red #221215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 28.77%

R = 46.58%
G = 24.66%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.87

RGB Variations

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

Color information

#221215 (or 0x221215) is known color: Rustic Red. HEX triplet: 22, 12 and 15. RGB value is (34,18,21). Sum of RGB (Red+Green+Blue) = 34+18+21=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #221215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221215 is #DDEDEA. Grayscale: #171717. Windows color (decimal): -14544363 or 1380898. OLE color: 1380898.

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

Color convert

RGB 34 18 21 -
CMYK 0 0.47 0.38 0.87
HSL 348.75º 0.31% 0.1% -
HSV(B) 348.75º 0.47% 0.13% -
XYZ 1.01 0.83 0.82 -
YUV 23.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 34 18 21 0 0.47 0.38 0.87 348.75 0.31 0.1
Hex 22 12 15 0 2F 26 57 15D 1F A
Octal 42 22 25 0 57 46 127 535 37 12
Binary 100010 10010 10101 0 101111 100110 1010111 101011101 11111 1010

Color Harmonies of #221215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221215

Black with #221215

Text Example


Text Example

White with #221215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221215; }

 p { color: rgb(34,18,21); }

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

background-color css

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

 a { background-color: rgb(34,18,21); }

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

border-color css

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

 span { border-color: rgb(34,18,21); }

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