#221015

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

Shades of Rustic Red #221015

Tints of Rustic Red #221015

Color information

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

RGB341621-
CMYK00.530.380.87
HSL343.33º36%9.8%-
HSV(B)343.33º52.94%13.33%-
XYZ0.980.760.81-
YUV21.95127.46136.59-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34162100.530.380.87343.33369.8
Hex221015035265715724a
Octal422025065461275274412
Binary1000101000010101011010110011010101111010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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