Html Css Color HEX #221217 Rustic Red

📋 copy color: '#221217'

red 34 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #221217

Tints of Rustic Red #221217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 30.67%

R = 45.33%
G = 24%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.87

RGB Variations

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

Color information

#221217 (or 0x221217) is known color: Rustic Red. HEX triplet: 22, 12 and 17. RGB value is (34,18,23). Sum of RGB (Red+Green+Blue) = 34+18+23=75 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.33% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 34 - color contains mainly: red. Hex color #221217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221217 is #DDEDE8. Grayscale: #171717. Windows color (decimal): -14544361 or 1511970. OLE color: 1511970.

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

Color convert

RGB 34 18 23 -
CMYK 0 0.47 0.32 0.87
HSL 341.25º 0.31% 0.1% -
HSV(B) 341.25º 0.47% 0.13% -
XYZ 1.03 0.83 0.92 -
YUV 23.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 34 18 23 0 0.47 0.32 0.87 341.25 0.31 0.1
Hex 22 12 17 0 2F 20 57 155 1F A
Octal 42 22 27 0 57 40 127 525 37 12
Binary 100010 10010 10111 0 101111 100000 1010111 101010101 11111 1010

Color Harmonies of #221217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221217

Black with #221217

Text Example


Text Example

White with #221217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221217; }

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

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

background-color css

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

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

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

border-color css

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

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

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