Html Css Color HEX #A21729 Bright Red

📋 copy color: '#A21729'

red 162 ◦ green 23 ◦ blue 41

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

Shades of Bright Red #A21729

Tints of Bright Red #A21729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.18%

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

R = 71.68%
G = 10.18%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A21729 (or 0xA21729) is known color: Bright Red. HEX triplet: A2, 17 and 29. RGB value is (162,23,41). Sum of RGB (Red+Green+Blue) = 162+23+41=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A21729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21729 is #5DE8D6. Grayscale: #424242. Windows color (decimal): -6154455 or 2693026. OLE color: 2693026.

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

Color convert

RGB 162 23 41 -
CMYK 0 0.86 0.75 0.36
HSL 352.23º 0.75% 0.36% -
HSV(B) 352.23º 0.86% 0.64% -
XYZ 15.61 8.45 2.91 -
YUV 66.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 162 23 41 0 0.86 0.75 0.36 352.23 0.75 0.36
Hex A2 17 29 0 56 4B 24 160 4B 24
Octal 242 27 51 0 126 113 44 540 113 44
Binary 10100010 10111 101001 0 1010110 1001011 100100 101100000 1001011 100100

Color Harmonies of #A21729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21729

Black with #A21729

Text Example


Text Example

White with #A21729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21729; }

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

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

background-color css

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

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

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

border-color css

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

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

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