#A0212F

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

Shades of Bright Red #A0212F

Tints of Bright Red #A0212F

Color information

#A0212F (or 0xA0212F) is unknown color: approx Bright Red. HEX triplet: A0, 21 and 2F. RGB value is (160,33,47). Sum of RGB (Red+Green+Blue) = 160+33+47=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0212F is #5FDED0. Grayscale: #484848. Windows color (decimal): -6282961 or 3088800. OLE color: 3088800.

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

Color convert

RGB1603347-
CMYK00.790.710.37
HSL353.39º65.8%37.84%-
HSV(B)353.39º79.37%62.75%-
XYZ15.558.773.56-
YUV72.57113.58190.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.67%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 47 (18.75% from 255) = 19.58%
R=66.67%
G=13.75%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160334700.790.710.37353.3965.837.84
HexA0212F04F47251614226
Octal240415701171074554110246
Binary101000001000011011110100111110001111001011011000011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0212F; }

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

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

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

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

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

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

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

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