Html Css Color HEX #A41A20 Bright Red

📋 copy color: '#A41A20'

red 164 ◦ green 26 ◦ blue 32

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

Shades of Bright Red #A41A20

Tints of Bright Red #A41A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.41%

R = 73.87%
G = 11.71%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A41A20 (or 0xA41A20) is known color: Bright Red. HEX triplet: A4, 1A and 20. RGB value is (164,26,32). Sum of RGB (Red+Green+Blue) = 164+26+32=222 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.87% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A20 is #5BE5DF. Grayscale: #444444. Windows color (decimal): -6022624 or 2103972. OLE color: 2103972.

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

Color convert

RGB 164 26 32 -
CMYK 0 0.84 0.80 0.36
HSL 357.39º 0.73% 0.37% -
HSV(B) 357.39º 0.84% 0.64% -
XYZ 15.94 8.74 2.21 -
YUV 67.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 164 26 32 0 0.84 0.80 0.36 357.39 0.73 0.37
Hex A4 1A 20 0 54 50 24 165 49 25
Octal 244 32 40 0 124 120 44 545 111 45
Binary 10100100 11010 100000 0 1010100 1010000 100100 101100101 1001001 100101

Color Harmonies of #A41A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A20

Black with #A41A20

Text Example


Text Example

White with #A41A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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