#221217

Color #221217 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #221217

Tints of Rustic Red #221217

Color information

#221217 (or 0x221217) is unknown color: approx 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

RGB341823-
CMYK00.470.320.87
HSL341.25º30.77%10.2%-
HSV(B)341.25º47.06%13.33%-
XYZ1.030.830.92-
YUV23.35127.8135.59-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34182300.470.320.87341.2530.7710.2
Hex22121702F20571551fa
Octal422227057401275253712
Binary100010100101011101011111000001010111101010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>