#A12232

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

Shades of Bright Red #A12232

Tints of Bright Red #A12232

Color information

#A12232 (or 0xA12232) is unknown color: approx Bright Red. HEX triplet: A1, 22 and 32. RGB value is (161,34,50). Sum of RGB (Red+Green+Blue) = 161+34+50=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A12232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12232 is #5EDDCD. Grayscale: #494949. Windows color (decimal): -6217166 or 3285665. OLE color: 3285665.

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

Color convert

RGB1613450-
CMYK00.790.690.37
HSL352.44º65.13%38.24%-
HSV(B)352.44º78.88%63.14%-
XYZ15.858.953.91-
YUV73.8114.58190.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.71%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=65.71%
G=13.88%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161345000.790.690.37352.4465.1338.24
HexA1223204F45251604126
Octal241426201171054554010146
Binary101000011000101100100100111110001011001011011000001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12232; }

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

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

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

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

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

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

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

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