#A3213B

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

Shades of Bright Red #A3213B

Tints of Bright Red #A3213B

Color information

#A3213B (or 0xA3213B) is unknown color: approx Bright Red. HEX triplet: A3, 21 and 3B. RGB value is (163,33,59). Sum of RGB (Red+Green+Blue) = 163+33+59=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A3213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3213B is #5CDEC4. Grayscale: #4A4A4A. Windows color (decimal): -6086341 or 3875235. OLE color: 3875235.

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

Color convert

RGB1633359-
CMYK00.800.640.36
HSL348º66.33%38.43%-
HSV(B)348º79.75%63.92%-
XYZ16.449.195.05-
YUV74.83119.07190.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.92%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=63.92%
G=12.94%
B=23.14%

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
Decimal163335900.800.640.3634866.3338.43
HexA3213B050402415c4226
Octal243417301201004453410246
Binary101000111000011110110101000010000001001001010111001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3213B; }

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

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

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

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

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

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

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

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