Html Css Color HEX #A41E2A Bright Red

📋 copy color: '#A41E2A'

red 164 ◦ green 30 ◦ blue 42

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

Shades of Bright Red #A41E2A

Tints of Bright Red #A41E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.71%

 BLUE value IS 42 (16.8% from 255) = 17.8%

R = 69.49%
G = 12.71%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A41E2A (or 0xA41E2A) is known color: Bright Red. HEX triplet: A4, 1E and 2A. RGB value is (164,30,42). Sum of RGB (Red+Green+Blue) = 164+30+42=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E2A is #5BE1D5. Grayscale: #474747. Windows color (decimal): -6021590 or 2760356. OLE color: 2760356.

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

Color convert

RGB 164 30 42 -
CMYK 0 0.82 0.74 0.36
HSL 354.63º 0.69% 0.38% -
HSV(B) 354.63º 0.82% 0.64% -
XYZ 16.19 8.99 3.07 -
YUV 71.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 164 30 42 0 0.82 0.74 0.36 354.63 0.69 0.38
Hex A4 1E 2A 0 52 4A 24 163 45 26
Octal 244 36 52 0 122 112 44 543 105 46
Binary 10100100 11110 101010 0 1010010 1001010 100100 101100011 1000101 100110

Color Harmonies of #A41E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E2A

Black with #A41E2A

Text Example


Text Example

White with #A41E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E2A; }

 p { color: rgb(164,30,42); }

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

background-color css

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

 a { background-color: rgb(164,30,42); }

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

border-color css

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

 span { border-color: rgb(164,30,42); }

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