#A21235

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

Shades of Bright Red #A21235

Tints of Bright Red #A21235

Color information

#A21235 (or 0xA21235) is unknown color: approx Bright Red. HEX triplet: A2, 12 and 35. RGB value is (162,18,53). Sum of RGB (Red+Green+Blue) = 162+18+53=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A21235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21235 is #5DEDCA. Grayscale: #414141. Windows color (decimal): -6155723 or 3478178. OLE color: 3478178.

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

Color convert

RGB1621853-
CMYK00.890.670.36
HSL345.42º80%35.29%-
HSV(B)345.42º88.89%63.53%-
XYZ15.768.374.15-
YUV65.05121.21197.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.53%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 53 (21.09% from 255) = 22.75%
R=69.53%
G=7.73%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162185300.890.670.36345.428035.29
HexA2123505943241595023
Octal242226501311034453112043
Binary10100010100101101010101100110000111001001010110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21235; }

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

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

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

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

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

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

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

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