#221A1B

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

Shades of Rustic Red #221A1B

Tints of Rustic Red #221A1B

Color information

#221A1B (or 0x221A1B) is unknown color: approx Rustic Red. HEX triplet: 22, 1A and 1B. RGB value is (34,26,27). Sum of RGB (Red+Green+Blue) = 34+26+27=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 34 - color contains mainly: red. Hex color #221A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A1B is #DDE5E4. Grayscale: #1C1C1C. Windows color (decimal): -14542309 or 1776162. OLE color: 1776162.

HSL color Cylindrical-coordinate representation of color #221A1B: hue angle of 352.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #221A1B is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB342627-
CMYK00.240.210.87
HSL352.5º13.33%11.76%-
HSV(B)352.5º23.53%13.33%-
XYZ1.231.161.2-
YUV28.51127.15131.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 39.08%
GREEN value IS 26 (10.55% from 255) = 29.89%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=39.08%
G=29.89%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34262700.240.210.87352.513.3311.76
Hex221A1B0181557160dc
Octal423233030251275401514
Binary100010110101101101100010101101011110110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221A1B; }

 p { color: rgb(34,26,27); }

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

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

 a { background-color: rgb(34,26,27); }

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

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

 span { border-color: rgb(34,26,27); }

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