#A02231

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

Shades of Bright Red #A02231

Tints of Bright Red #A02231

Color information

#A02231 (or 0xA02231) is unknown color: approx Bright Red. HEX triplet: A0, 22 and 31. RGB value is (160,34,49). Sum of RGB (Red+Green+Blue) = 160+34+49=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A02231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02231 is #5FDDCE. Grayscale: #494949. Windows color (decimal): -6282703 or 3220128. OLE color: 3220128.

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

Color convert

RGB1603449-
CMYK00.790.690.37
HSL352.86º64.95%38.04%-
HSV(B)352.86º78.75%62.75%-
XYZ15.628.843.79-
YUV73.38114.24189.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.84%
GREEN value IS 34 (13.67% from 255) = 13.99%
BLUE value IS 49 (19.53% from 255) = 20.16%
R=65.84%
G=13.99%
B=20.16%

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
Decimal160344900.790.690.37352.8664.9538.04
HexA0223104F45251614126
Octal240426101171054554110146
Binary101000001000101100010100111110001011001011011000011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02231; }

 p { color: rgb(160,34,49); }

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

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

 a { background-color: rgb(160,34,49); }

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

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

 span { border-color: rgb(160,34,49); }

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