Html Css Color HEX #A21231 Bright Red

📋 copy color: '#A21231'

red 162 ◦ green 18 ◦ blue 49

#A21231
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #A21231

Tints of Bright Red #A21231

RGB

 RED value IS 162 (63.67% from 255) = 70.74%

 GREEN value IS 18 (7.42% from 255) = 7.86%

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 70.74%
G = 7.86%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A21231 (or 0xA21231) is known color: Bright Red. HEX triplet: A2, 12 and 31. RGB value is (162,18,49). Sum of RGB (Red+Green+Blue) = 162+18+49=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A21231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21231 is #5DEDCE. Grayscale: #404040. Windows color (decimal): -6155727 or 3216034. OLE color: 3216034.

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

Color convert

RGB 162 18 49 -
CMYK 0 0.89 0.70 0.36
HSL 347.08º 0.8% 0.35% -
HSV(B) 347.08º 0.89% 0.64% -
XYZ 15.67 8.34 3.69 -
YUV 64.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 162 18 49 0 0.89 0.70 0.36 347.08 0.8 0.35
Hex A2 12 31 0 59 46 24 15B 50 23
Octal 242 22 61 0 131 106 44 533 120 43
Binary 10100010 10010 110001 0 1011001 1000110 100100 101011011 1010000 100011

Color Harmonies of #A21231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21231

Black with #A21231

Text Example


Text Example

White with #A21231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21231; }

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

 H1.HeaderClassName
 {
   color: #A21231;
 }
 .AnyTagClassName
 {
   color: #A21231;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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