#220007

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

Shades of Rustic Red #220007

Tints of Rustic Red #220007

Color information

#220007 (or 0x220007) is unknown color: approx Rustic Red. HEX triplet: 22, 00 and 07. RGB value is (34,0,7). Sum of RGB (Red+Green+Blue) = 34+0+7=41 (5% of max value = 765). Red value is 34 (13.67% from 255 or 82.93% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 34 - color contains mainly: red. Hex color #220007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220007 is #DDFFF8. Grayscale: #0A0A0A. Windows color (decimal): -14548985 or 458786. OLE color: 458786.

HSL color Cylindrical-coordinate representation of color #220007: hue angle of 347.65º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220007 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.87.

Color convert

RGB3407-
CMYK010.790.87
HSL347.65º100%6.67%-
HSV(B)347.65º100%13.33%-
XYZ0.70.360.23-
YUV10.96125.76144.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 82.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 17.07%
R=82.93%
G=0%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3407010.790.87347.651006.67
Hex22070644F5715c647
Octal420701441171275341447
Binary100010011101100100100111110101111010111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220007; }

 p { color: rgb(34,0,7); }

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

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

 a { background-color: rgb(34,0,7); }

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

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

 span { border-color: rgb(34,0,7); }

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