#A1222B

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

Shades of Bright Red #A1222B

Tints of Bright Red #A1222B

Color information

#A1222B (or 0xA1222B) is unknown color: approx Bright Red. HEX triplet: A1, 22 and 2B. RGB value is (161,34,43). Sum of RGB (Red+Green+Blue) = 161+34+43=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A1222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1222B is #5EDDD4. Grayscale: #494949. Windows color (decimal): -6217173 or 2826913. OLE color: 2826913.

HSL color Cylindrical-coordinate representation of color #A1222B: hue angle of 355.75º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1222B is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB1613443-
CMYK00.790.730.37
HSL355.75º65.13%38.24%-
HSV(B)355.75º78.88%63.14%-
XYZ15.718.93.17-
YUV73111.08190.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.65%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 43 (17.19% from 255) = 18.07%
R=67.65%
G=14.29%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161344300.790.730.37355.7565.1338.24
HexA1222B04F49251644126
Octal241425301171114554410146
Binary101000011000101010110100111110010011001011011001001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1222B; }

 p { color: rgb(161,34,43); }

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

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

 a { background-color: rgb(161,34,43); }

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

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

 span { border-color: rgb(161,34,43); }

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