#220506

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

Shades of Rustic Red #220506

Tints of Rustic Red #220506

Color information

#220506 (or 0x220506) is unknown color: approx Rustic Red. HEX triplet: 22, 05 and 06. RGB value is (34,5,6). Sum of RGB (Red+Green+Blue) = 34+5+6=45 (5% of max value = 765). Red value is 34 (13.67% from 255 or 75.56% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 34 - color contains mainly: red. Hex color #220506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220506 is #DDFAF9. Grayscale: #0D0D0D. Windows color (decimal): -14547706 or 394530. OLE color: 394530.

HSL color Cylindrical-coordinate representation of color #220506: hue angle of 357.93º 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 #220506 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB3456-
CMYK00.850.820.87
HSL357.93º74.36%7.65%-
HSV(B)357.93º85.29%13.33%-
XYZ0.750.460.22-
YUV13.78123.61142.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 75.56%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=75.56%
G=11.11%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal345600.850.820.87357.9374.367.65
Hex225605552571664a8
Octal4256012512212754611210
Binary100010101110010101011010010101011110110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220506; }

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

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

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

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

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

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

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

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