#A3213E

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

Shades of Bright Red #A3213E

Tints of Bright Red #A3213E

Color information

#A3213E (or 0xA3213E) is unknown color: approx Bright Red. HEX triplet: A3, 21 and 3E. RGB value is (163,33,62). Sum of RGB (Red+Green+Blue) = 163+33+62=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3213E is #5CDEC1. Grayscale: #4B4B4B. Windows color (decimal): -6086338 or 4071843. OLE color: 4071843.

HSL color Cylindrical-coordinate representation of color #A3213E: hue angle of 346.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3213E is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1633362-
CMYK00.800.620.36
HSL346.62º66.33%38.43%-
HSV(B)346.62º79.75%63.92%-
XYZ16.529.225.47-
YUV75.18120.57190.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.18%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 62 (24.61% from 255) = 24.03%
R=63.18%
G=12.79%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163336200.800.620.36346.6266.3338.43
HexA3213E0503E2415b4226
Octal24341760120764453310246
Binary10100011100001111110010100001111101001001010110111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3213E; }

 p { color: rgb(163,33,62); }

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

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

 a { background-color: rgb(163,33,62); }

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

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

 span { border-color: rgb(163,33,62); }

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