#220507

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

Shades of Rustic Red #220507

Tints of Rustic Red #220507

Color information

#220507 (or 0x220507) is unknown color: approx Rustic Red. HEX triplet: 22, 05 and 07. RGB value is (34,5,7). Sum of RGB (Red+Green+Blue) = 34+5+7=46 (6% of max value = 765). Red value is 34 (13.67% from 255 or 73.91% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 7 (3.12% from 255 or 15.22% from 46); Max value from RGB is 34 - color contains mainly: red. Hex color #220507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220507 is #DDFAF8. Grayscale: #0D0D0D. Windows color (decimal): -14547705 or 460066. OLE color: 460066.

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

Color convert

RGB3457-
CMYK00.850.790.87
HSL355.86º74.36%7.65%-
HSV(B)355.86º85.29%13.33%-
XYZ0.750.460.25-
YUV13.9124.11142.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 73.91%
GREEN value IS 5 (2.34% from 255) = 10.87%
BLUE value IS 7 (3.12% from 255) = 15.22%
R=73.91%
G=10.87%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal345700.850.790.87355.8674.367.65
Hex22570554F571644a8
Octal4257012511712754411210
Binary100010101111010101011001111101011110110010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220507; }

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

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

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

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

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

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

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

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