#A1222E

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

Shades of Bright Red #A1222E

Tints of Bright Red #A1222E

Color information

#A1222E (or 0xA1222E) is unknown color: approx Bright Red. HEX triplet: A1, 22 and 2E. RGB value is (161,34,46). Sum of RGB (Red+Green+Blue) = 161+34+46=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1222E is #5EDDD1. Grayscale: #494949. Windows color (decimal): -6217170 or 3023521. OLE color: 3023521.

HSL color Cylindrical-coordinate representation of color #A1222E: hue angle of 354.33º 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 #A1222E is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB1613446-
CMYK00.790.710.37
HSL354.33º65.13%38.24%-
HSV(B)354.33º78.88%63.14%-
XYZ15.768.923.48-
YUV73.34112.58190.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.80%
GREEN value IS 34 (13.67% from 255) = 14.11%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=66.80%
G=14.11%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161344600.790.710.37354.3365.1338.24
HexA1222E04F47251624126
Octal241425601171074554210146
Binary101000011000101011100100111110001111001011011000101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1222E; }

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

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

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

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

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

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

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

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