#220C15

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

Shades of Rustic Red #220C15

Tints of Rustic Red #220C15

Color information

#220C15 (or 0x220C15) is unknown color: approx Rustic Red. HEX triplet: 22, 0C and 15. RGB value is (34,12,21). Sum of RGB (Red+Green+Blue) = 34+12+21=67 (8% of max value = 765). Red value is 34 (13.67% from 255 or 50.75% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 34 - color contains mainly: red. Hex color #220C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C15 is #DDF3EA. Grayscale: #131313. Windows color (decimal): -14545899 or 1379362. OLE color: 1379362.

HSL color Cylindrical-coordinate representation of color #220C15: hue angle of 335.45º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #220C15 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.87.

Color convert

RGB341221-
CMYK00.650.380.87
HSL335.45º47.83%9.02%-
HSV(B)335.45º64.71%13.33%-
XYZ0.930.660.79-
YUV19.6128.79138.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 50.75%
GREEN value IS 12 (5.08% from 255) = 17.91%
BLUE value IS 21 (8.59% from 255) = 31.34%
R=50.75%
G=17.91%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34122100.650.380.87335.4547.839.02
Hex22C15041265714f309
Octal4214250101461275176011
Binary1000101100101010100000110011010101111010011111100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220C15; }

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

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

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

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

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

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

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

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