Html Css Color HEX #A41C29 Bright Red

📋 copy color: '#A41C29'

red 164 ◦ green 28 ◦ blue 41

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

Shades of Bright Red #A41C29

Tints of Bright Red #A41C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.02%

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

R = 70.39%
G = 12.02%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A41C29 (or 0xA41C29) is known color: Bright Red. HEX triplet: A4, 1C and 29. RGB value is (164,28,41). Sum of RGB (Red+Green+Blue) = 164+28+41=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C29 is #5BE3D6. Grayscale: #464646. Windows color (decimal): -6022103 or 2694308. OLE color: 2694308.

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

Color convert

RGB 164 28 41 -
CMYK 0 0.83 0.75 0.36
HSL 354.26º 0.71% 0.38% -
HSV(B) 354.26º 0.83% 0.64% -
XYZ 16.13 8.88 2.96 -
YUV 70.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 164 28 41 0 0.83 0.75 0.36 354.26 0.71 0.38
Hex A4 1C 29 0 53 4B 24 162 47 26
Octal 244 34 51 0 123 113 44 542 107 46
Binary 10100100 11100 101001 0 1010011 1001011 100100 101100010 1000111 100110

Color Harmonies of #A41C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C29

Black with #A41C29

Text Example


Text Example

White with #A41C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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