Html Css Color HEX #A41828 Bright Red

📋 copy color: '#A41828'

red 164 ◦ green 24 ◦ blue 40

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

Shades of Bright Red #A41828

Tints of Bright Red #A41828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 71.93%
G = 10.53%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A41828 (or 0xA41828) is known color: Bright Red. HEX triplet: A4, 18 and 28. RGB value is (164,24,40). Sum of RGB (Red+Green+Blue) = 164+24+40=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A41828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41828 is #5BE7D7. Grayscale: #434343. Windows color (decimal): -6023128 or 2627748. OLE color: 2627748.

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

Color convert

RGB 164 24 40 -
CMYK 0 0.85 0.76 0.36
HSL 353.14º 0.74% 0.37% -
HSV(B) 353.14º 0.85% 0.64% -
XYZ 16.02 8.7 2.84 -
YUV 67.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 164 24 40 0 0.85 0.76 0.36 353.14 0.74 0.37
Hex A4 18 28 0 55 4C 24 161 4A 25
Octal 244 30 50 0 125 114 44 541 112 45
Binary 10100100 11000 101000 0 1010101 1001100 100100 101100001 1001010 100101

Color Harmonies of #A41828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41828

Black with #A41828

Text Example


Text Example

White with #A41828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41828; }

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

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

background-color css

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

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

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

border-color css

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

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

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