Html Css Color HEX #A41729 Bright Red

📋 copy color: '#A41729'

red 164 ◦ green 23 ◦ blue 41

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

Shades of Bright Red #A41729

Tints of Bright Red #A41729

RGB

 RED value IS 164 (64.45% from 255) = 71.93%

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

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

R = 71.93%
G = 10.09%
B = 17.98%

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

#A41729 (or 0xA41729) is known color: Bright Red. HEX triplet: A4, 17 and 29. RGB value is (164,23,41). Sum of RGB (Red+Green+Blue) = 164+23+41=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A41729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41729 is #5BE8D6. Grayscale: #434343. Windows color (decimal): -6023383 or 2693028. OLE color: 2693028.

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

Color convert

RGB 164 23 41 -
CMYK 0 0.86 0.75 0.36
HSL 352.34º 0.75% 0.37% -
HSV(B) 352.34º 0.86% 0.64% -
XYZ 16.02 8.67 2.93 -
YUV 67.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 164 23 41 0 0.86 0.75 0.36 352.34 0.75 0.37
Hex A4 17 29 0 56 4B 24 160 4B 25
Octal 244 27 51 0 126 113 44 540 113 45
Binary 10100100 10111 101001 0 1010110 1001011 100100 101100000 1001011 100101

Color Harmonies of #A41729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41729

Black with #A41729

Text Example


Text Example

White with #A41729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41729; }

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

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

background-color css

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

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

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

border-color css

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

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

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