#A21A3E

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

Shades of Bright Red #A21A3E

Tints of Bright Red #A21A3E

Color information

#A21A3E (or 0xA21A3E) is unknown color: approx Bright Red. HEX triplet: A2, 1A and 3E. RGB value is (162,26,62). Sum of RGB (Red+Green+Blue) = 162+26+62=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A3E is #5DE5C1. Grayscale: #464646. Windows color (decimal): -6153666 or 4070050. OLE color: 4070050.

HSL color Cylindrical-coordinate representation of color #A21A3E: hue angle of 344.12º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A3E is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1622662-
CMYK00.840.620.36
HSL344.12º72.34%36.86%-
HSV(B)344.12º83.95%63.53%-
XYZ16.148.775.4-
YUV70.77123.06193.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.8%
GREEN value IS 26 (10.55% from 255) = 10.4%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=64.8%
G=10.4%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162266200.840.620.36344.1272.3436.86
HexA21A3E0543E241584825
Octal24232760124764453011045
Binary1010001011010111110010101001111101001001010110001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A3E; }

 p { color: rgb(162,26,62); }

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

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

 a { background-color: rgb(162,26,62); }

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

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

 span { border-color: rgb(162,26,62); }

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