#22010D

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

Shades of Rustic Red #22010D

Tints of Rustic Red #22010D

Color information

#22010D (or 0x22010D) is unknown color: approx Rustic Red. HEX triplet: 22, 01 and 0D. RGB value is (34,1,13). Sum of RGB (Red+Green+Blue) = 34+1+13=48 (6% of max value = 765). Red value is 34 (13.67% from 255 or 70.83% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 34 - color contains mainly: red. Hex color #22010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22010D is #DDFEF2. Grayscale: #0C0C0C. Windows color (decimal): -14548723 or 852258. OLE color: 852258.

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

Color convert

RGB34113-
CMYK00.970.620.87
HSL338.18º94.29%6.86%-
HSV(B)338.18º97.06%13.33%-
XYZ0.740.390.42-
YUV12.24128.43143.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 70.83%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=70.83%
G=2.08%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3411300.970.620.87338.1894.296.86
Hex221D0613E571525e7
Octal421150141761275221367
Binary100010111010110000111111010101111010100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22010D; }

 p { color: rgb(34,1,13); }

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

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

 a { background-color: rgb(34,1,13); }

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

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

 span { border-color: rgb(34,1,13); }

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