Html Css Color HEX #A41839 Bright Red

📋 copy color: '#A41839'

red 164 ◦ green 24 ◦ blue 57

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

Shades of Bright Red #A41839

Tints of Bright Red #A41839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.8%

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

R = 66.94%
G = 9.8%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A41839 (or 0xA41839) is known color: Bright Red. HEX triplet: A4, 18 and 39. RGB value is (164,24,57). Sum of RGB (Red+Green+Blue) = 164+24+57=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A41839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41839 is #5BE7C6. Grayscale: #454545. Windows color (decimal): -6023111 or 3741860. OLE color: 3741860.

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

Color convert

RGB 164 24 57 -
CMYK 0 0.85 0.65 0.36
HSL 345.86º 0.74% 0.37% -
HSV(B) 345.86º 0.85% 0.64% -
XYZ 16.38 8.84 4.71 -
YUV 69.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 164 24 57 0 0.85 0.65 0.36 345.86 0.74 0.37
Hex A4 18 39 0 55 41 24 15A 4A 25
Octal 244 30 71 0 125 101 44 532 112 45
Binary 10100100 11000 111001 0 1010101 1000001 100100 101011010 1001010 100101

Color Harmonies of #A41839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41839

Black with #A41839

Text Example


Text Example

White with #A41839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41839; }

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

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

background-color css

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

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

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

border-color css

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

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

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