#221517

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

Shades of Rustic Red #221517

Tints of Rustic Red #221517

Color information

#221517 (or 0x221517) is unknown color: approx Rustic Red. HEX triplet: 22, 15 and 17. RGB value is (34,21,23). Sum of RGB (Red+Green+Blue) = 34+21+23=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 34 - color contains mainly: red. Hex color #221517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221517 is #DDEAE8. Grayscale: #191919. Windows color (decimal): -14543593 or 1512738. OLE color: 1512738.

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

Color convert

RGB342123-
CMYK00.380.320.87
HSL350.77º23.64%10.78%-
HSV(B)350.77º38.24%13.33%-
XYZ1.080.940.93-
YUV25.12126.81134.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.59%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 23 (9.38% from 255) = 29.49%
R=43.59%
G=26.92%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34212300.380.320.87350.7723.6410.78
Hex221517026205715f18b
Octal422527046401275373013
Binary100010101011011101001101000001010111101011111110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221517; }

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

 H1.HeaderClassName
 {
   color: #221517;
 }
 .AnyTagClassName
 {
   color: #221517;
 }
</style>
background-color css

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

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

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

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

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

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