#22000B

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

Shades of Rustic Red #22000B

Tints of Rustic Red #22000B

Color information

#22000B (or 0x22000B) is unknown color: approx Rustic Red. HEX triplet: 22, 00 and 0B. RGB value is (34,0,11). Sum of RGB (Red+Green+Blue) = 34+0+11=45 (5% of max value = 765). Red value is 34 (13.67% from 255 or 75.56% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 34 - color contains mainly: red. Hex color #22000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22000B is #DDFFF4. Grayscale: #0B0B0B. Windows color (decimal): -14548981 or 720930. OLE color: 720930.

HSL color Cylindrical-coordinate representation of color #22000B: hue angle of 340.59º 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 #22000B is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.87.

Color convert

RGB34011-
CMYK010.680.87
HSL340.59º100%6.67%-
HSV(B)340.59º100%13.33%-
XYZ0.720.360.35-
YUV11.42127.76144.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 75.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 24.44%
R=75.56%
G=0%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34011010.680.87340.591006.67
Hex220B0644457155647
Octal4201301441041275251447
Binary1000100101101100100100010010101111010101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22000B; }

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

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

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

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

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

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

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

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