#220309

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

Shades of Rustic Red #220309

Tints of Rustic Red #220309

Color information

#220309 (or 0x220309) is unknown color: approx Rustic Red. HEX triplet: 22, 03 and 09. RGB value is (34,3,9). Sum of RGB (Red+Green+Blue) = 34+3+9=46 (6% of max value = 765). Red value is 34 (13.67% from 255 or 73.91% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 34 - color contains mainly: red. Hex color #220309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220309 is #DDFCF6. Grayscale: #0C0C0C. Windows color (decimal): -14548215 or 590626. OLE color: 590626.

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

Color convert

RGB3439-
CMYK00.910.740.87
HSL348.39º83.78%7.25%-
HSV(B)348.39º91.18%13.33%-
XYZ0.740.420.3-
YUV12.95125.77143.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 73.91%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=73.91%
G=6.52%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal343900.910.740.87348.3983.787.25
Hex223905B4A5715c547
Octal4231101331121275341247
Binary10001011100101011011100101010101111010111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220309; }

 p { color: rgb(34,3,9); }

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

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

 a { background-color: rgb(34,3,9); }

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

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

 span { border-color: rgb(34,3,9); }

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