#A12332

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

Shades of Bright Red #A12332

Tints of Bright Red #A12332

Color information

#A12332 (or 0xA12332) is unknown color: approx Bright Red. HEX triplet: A1, 23 and 32. RGB value is (161,35,50). Sum of RGB (Red+Green+Blue) = 161+35+50=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A12332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12332 is #5EDCCD. Grayscale: #4A4A4A. Windows color (decimal): -6216910 or 3285921. OLE color: 3285921.

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

Color convert

RGB1613550-
CMYK00.780.690.37
HSL352.86º64.29%38.43%-
HSV(B)352.86º78.26%63.14%-
XYZ15.879.013.92-
YUV74.38114.24189.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.45%
GREEN value IS 35 (14.06% from 255) = 14.23%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=65.45%
G=14.23%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161355000.780.690.37352.8664.2938.43
HexA1233204E45251614026
Octal241436201161054554110046
Binary101000011000111100100100111010001011001011011000011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12332; }

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

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

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

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

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

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

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

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