Html Css Color HEX #221015 Rustic Red

📋 copy color: '#221015'

red 34 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #221015

Tints of Rustic Red #221015

RGB

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

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

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

R = 47.89%
G = 22.54%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.87

RGB Variations

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

Color information

#221015 (or 0x221015) is known color: Rustic Red. HEX triplet: 22, 10 and 15. RGB value is (34,16,21). Sum of RGB (Red+Green+Blue) = 34+16+21=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 34 - color contains mainly: red. Hex color #221015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221015 is #DDEFEA. Grayscale: #151515. Windows color (decimal): -14544875 or 1380386. OLE color: 1380386.

HSL color Cylindrical-coordinate representation of color #221015: hue angle of 343.33º 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 #221015 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 16 21 -
CMYK 0 0.53 0.38 0.87
HSL 343.33º 0.36% 0.1% -
HSV(B) 343.33º 0.53% 0.13% -
XYZ 0.98 0.76 0.81 -
YUV 21.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 34 16 21 0 0.53 0.38 0.87 343.33 0.36 0.1
Hex 22 10 15 0 35 26 57 157 24 A
Octal 42 20 25 0 65 46 127 527 44 12
Binary 100010 10000 10101 0 110101 100110 1010111 101010111 100100 1010

Color Harmonies of #221015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221015

Black with #221015

Text Example


Text Example

White with #221015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221015; }

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

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

background-color css

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

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

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

border-color css

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

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

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