#A0223E

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

Shades of Bright Red #A0223E

Tints of Bright Red #A0223E

Color information

#A0223E (or 0xA0223E) is unknown color: approx Bright Red. HEX triplet: A0, 22 and 3E. RGB value is (160,34,62). Sum of RGB (Red+Green+Blue) = 160+34+62=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0223E is #5FDDC1. Grayscale: #4A4A4A. Windows color (decimal): -6282690 or 4072096. OLE color: 4072096.

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

Color convert

RGB1603462-
CMYK00.790.610.37
HSL346.67º64.95%38.04%-
HSV(B)346.67º78.75%62.75%-
XYZ15.948.975.45-
YUV74.87120.74188.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.5%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=62.5%
G=13.28%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160346200.790.610.37346.6764.9538.04
HexA0223E04F3D2515b4126
Octal24042760117754553310146
Binary10100000100010111110010011111111011001011010110111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0223E; }

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

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

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

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

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

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

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

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