#A21538

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

Shades of Bright Red #A21538

Tints of Bright Red #A21538

Color information

#A21538 (or 0xA21538) is unknown color: approx Bright Red. HEX triplet: A2, 15 and 38. RGB value is (162,21,56). Sum of RGB (Red+Green+Blue) = 162+21+56=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A21538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21538 is #5DEAC7. Grayscale: #434343. Windows color (decimal): -6154952 or 3675554. OLE color: 3675554.

HSL color Cylindrical-coordinate representation of color #A21538: hue angle of 345.11º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21538 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1622156-
CMYK00.870.650.36
HSL345.11º77.05%35.88%-
HSV(B)345.11º87.04%63.53%-
XYZ15.888.54.55-
YUV67.15121.71195.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.78%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=67.78%
G=8.79%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162215600.870.650.36345.1177.0535.88
HexA2153805741241594d24
Octal242257001271014453111544
Binary10100010101011110000101011110000011001001010110011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21538; }

 p { color: rgb(162,21,56); }

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

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

 a { background-color: rgb(162,21,56); }

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

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

 span { border-color: rgb(162,21,56); }

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