Html Css Color HEX #A21A29 Bright Red

📋 copy color: '#A21A29'

red 162 ◦ green 26 ◦ blue 41

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

Shades of Bright Red #A21A29

Tints of Bright Red #A21A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.35%

 BLUE value IS 41 (16.41% from 255) = 17.9%

R = 70.74%
G = 11.35%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A21A29 (or 0xA21A29) is known color: Bright Red. HEX triplet: A2, 1A and 29. RGB value is (162,26,41). Sum of RGB (Red+Green+Blue) = 162+26+41=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A29 is #5DE5D6. Grayscale: #444444. Windows color (decimal): -6153687 or 2693794. OLE color: 2693794.

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

Color convert

RGB 162 26 41 -
CMYK 0 0.84 0.75 0.36
HSL 353.38º 0.72% 0.37% -
HSV(B) 353.38º 0.84% 0.64% -
XYZ 15.67 8.58 2.93 -
YUV 68.37 112.56 194.78 -
System Red Green Blue C M Y K H S L
Decimal 162 26 41 0 0.84 0.75 0.36 353.38 0.72 0.37
Hex A2 1A 29 0 54 4B 24 161 48 25
Octal 242 32 51 0 124 113 44 541 110 45
Binary 10100010 11010 101001 0 1010100 1001011 100100 101100001 1001000 100101

Color Harmonies of #A21A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A29

Black with #A21A29

Text Example


Text Example

White with #A21A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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