Html Css Color HEX #A41A39 Bright Red

📋 copy color: '#A41A39'

red 164 ◦ green 26 ◦ blue 57

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

Shades of Bright Red #A41A39

Tints of Bright Red #A41A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.08%

R = 66.4%
G = 10.53%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A41A39 (or 0xA41A39) is known color: Bright Red. HEX triplet: A4, 1A and 39. RGB value is (164,26,57). Sum of RGB (Red+Green+Blue) = 164+26+57=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A39 is #5BE5C6. Grayscale: #464646. Windows color (decimal): -6022599 or 3742372. OLE color: 3742372.

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

Color convert

RGB 164 26 57 -
CMYK 0 0.84 0.65 0.36
HSL 346.52º 0.73% 0.37% -
HSV(B) 346.52º 0.84% 0.64% -
XYZ 16.42 8.93 4.73 -
YUV 70.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 164 26 57 0 0.84 0.65 0.36 346.52 0.73 0.37
Hex A4 1A 39 0 54 41 24 15B 49 25
Octal 244 32 71 0 124 101 44 533 111 45
Binary 10100100 11010 111001 0 1010100 1000001 100100 101011011 1001001 100101

Color Harmonies of #A41A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A39

Black with #A41A39

Text Example


Text Example

White with #A41A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A39; }

 p { color: rgb(164,26,57); }

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

background-color css

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

 a { background-color: rgb(164,26,57); }

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

border-color css

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

 span { border-color: rgb(164,26,57); }

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