#A0212A

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

Shades of Bright Red #A0212A

Tints of Bright Red #A0212A

Color information

#A0212A (or 0xA0212A) is unknown color: approx Bright Red. HEX triplet: A0, 21 and 2A. RGB value is (160,33,42). Sum of RGB (Red+Green+Blue) = 160+33+42=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A0212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0212A is #5FDED5. Grayscale: #484848. Windows color (decimal): -6282966 or 2761120. OLE color: 2761120.

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

Color convert

RGB1603342-
CMYK00.790.740.37
HSL355.75º65.8%37.84%-
HSV(B)355.75º79.37%62.75%-
XYZ15.468.733.06-
YUV72111.08190.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.09%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=68.09%
G=14.04%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160334200.790.740.37355.7565.837.84
HexA0212A04F4A251644226
Octal240415201171124554410246
Binary101000001000011010100100111110010101001011011001001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0212A; }

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

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

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

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

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

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

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

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