#A3213A

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

Shades of Bright Red #A3213A

Tints of Bright Red #A3213A

Color information

#A3213A (or 0xA3213A) is unknown color: approx Bright Red. HEX triplet: A3, 21 and 3A. RGB value is (163,33,58). Sum of RGB (Red+Green+Blue) = 163+33+58=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A3213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3213A is #5CDEC5. Grayscale: #4A4A4A. Windows color (decimal): -6086342 or 3809699. OLE color: 3809699.

HSL color Cylindrical-coordinate representation of color #A3213A: hue angle of 348.46º 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 #A3213A is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1633358-
CMYK00.800.640.36
HSL348.46º66.33%38.43%-
HSV(B)348.46º79.75%63.92%-
XYZ16.419.184.91-
YUV74.72118.57190.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.17%
GREEN value IS 33 (13.28% from 255) = 12.99%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=64.17%
G=12.99%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163335800.800.640.36348.4666.3338.43
HexA3213A050402415c4226
Octal243417201201004453410246
Binary101000111000011110100101000010000001001001010111001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3213A; }

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

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

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

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

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

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

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

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