Html Css Color HEX #221013 Rustic Red

📋 copy color: '#221013'

red 34 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #221013

Tints of Rustic Red #221013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 27.54%

R = 49.28%
G = 23.19%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#221013 (or 0x221013) is known color: Rustic Red. HEX triplet: 22, 10 and 13. RGB value is (34,16,19). Sum of RGB (Red+Green+Blue) = 34+16+19=69 (9% of max value = 765). Red value is 34 (13.67% from 255 or 49.28% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 34 - color contains mainly: red. Hex color #221013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221013 is #DDEFEC. Grayscale: #151515. Windows color (decimal): -14544877 or 1249314. OLE color: 1249314.

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

Color convert

RGB 34 16 19 -
CMYK 0 0.53 0.44 0.87
HSL 350º 0.36% 0.1% -
HSV(B) 350º 0.53% 0.13% -
XYZ 0.96 0.76 0.71 -
YUV 21.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 34 16 19 0 0.53 0.44 0.87 350 0.36 0.1
Hex 22 10 13 0 35 2C 57 15E 24 A
Octal 42 20 23 0 65 54 127 536 44 12
Binary 100010 10000 10011 0 110101 101100 1010111 101011110 100100 1010

Color Harmonies of #221013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221013

Black with #221013

Text Example


Text Example

White with #221013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221013; }

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

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

background-color css

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

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

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

border-color css

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

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

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