#A0213C

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

Shades of Bright Red #A0213C

Tints of Bright Red #A0213C

Color information

#A0213C (or 0xA0213C) is unknown color: approx Bright Red. HEX triplet: A0, 21 and 3C. RGB value is (160,33,60). Sum of RGB (Red+Green+Blue) = 160+33+60=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A0213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0213C is #5FDEC3. Grayscale: #4A4A4A. Windows color (decimal): -6282948 or 3940768. OLE color: 3940768.

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

Color convert

RGB1603360-
CMYK00.790.620.37
HSL347.24º65.8%37.84%-
HSV(B)347.24º79.37%62.75%-
XYZ15.868.895.15-
YUV74.05120.08189.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 60 (23.83% from 255) = 23.72%
R=63.24%
G=13.04%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160336000.790.620.37347.2465.837.84
HexA0213C04F3E2515b4226
Octal24041740117764553310246
Binary10100000100001111100010011111111101001011010110111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0213C; }

 p { color: rgb(160,33,60); }

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

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

 a { background-color: rgb(160,33,60); }

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

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

 span { border-color: rgb(160,33,60); }

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