#A21A39

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

Shades of Bright Red #A21A39

Tints of Bright Red #A21A39

Color information

#A21A39 (or 0xA21A39) is unknown color: approx Bright Red. HEX triplet: A2, 1A and 39. RGB value is (162,26,57). Sum of RGB (Red+Green+Blue) = 162+26+57=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A39 is #5DE5C6. Grayscale: #464646. Windows color (decimal): -6153671 or 3742370. OLE color: 3742370.

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

Color convert

RGB1622657-
CMYK00.840.650.36
HSL346.32º72.34%36.86%-
HSV(B)346.32º83.95%63.53%-
XYZ16.018.724.71-
YUV70.2120.56193.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.12%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=66.12%
G=10.61%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162265700.840.650.36346.3272.3436.86
HexA21A39054412415a4825
Octal242327101241014453211045
Binary10100010110101110010101010010000011001001010110101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A39; }

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

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

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

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

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

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

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

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