Html Css Color HEX #A41A24 Bright Red

📋 copy color: '#A41A24'

red 164 ◦ green 26 ◦ blue 36

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

Shades of Bright Red #A41A24

Tints of Bright Red #A41A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.93%

R = 72.57%
G = 11.5%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A41A24 (or 0xA41A24) is known color: Bright Red. HEX triplet: A4, 1A and 24. RGB value is (164,26,36). Sum of RGB (Red+Green+Blue) = 164+26+36=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A24 is #5BE5DB. Grayscale: #444444. Windows color (decimal): -6022620 or 2366116. OLE color: 2366116.

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

Color convert

RGB 164 26 36 -
CMYK 0 0.84 0.78 0.36
HSL 355.65º 0.73% 0.37% -
HSV(B) 355.65º 0.84% 0.64% -
XYZ 16 8.76 2.52 -
YUV 68.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 164 26 36 0 0.84 0.78 0.36 355.65 0.73 0.37
Hex A4 1A 24 0 54 4E 24 164 49 25
Octal 244 32 44 0 124 116 44 544 111 45
Binary 10100100 11010 100100 0 1010100 1001110 100100 101100100 1001001 100101

Color Harmonies of #A41A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A24

Black with #A41A24

Text Example


Text Example

White with #A41A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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