#A21238

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

Shades of Bright Red #A21238

Tints of Bright Red #A21238

Color information

#A21238 (or 0xA21238) is unknown color: approx Bright Red. HEX triplet: A2, 12 and 38. RGB value is (162,18,56). Sum of RGB (Red+Green+Blue) = 162+18+56=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A21238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21238 is #5DEDC7. Grayscale: #414141. Windows color (decimal): -6155720 or 3674786. OLE color: 3674786.

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

Color convert

RGB1621856-
CMYK00.890.650.36
HSL344.17º80%35.29%-
HSV(B)344.17º88.89%63.53%-
XYZ15.838.44.53-
YUV65.39122.71196.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.64%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=68.64%
G=7.63%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162185600.890.650.36344.178035.29
HexA2123805941241585023
Octal242227001311014453012043
Binary10100010100101110000101100110000011001001010110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21238; }

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

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

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

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

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

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

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

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