Html Css Color HEX #A41E2E Bright Red

📋 copy color: '#A41E2E'

red 164 ◦ green 30 ◦ blue 46

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

Shades of Bright Red #A41E2E

Tints of Bright Red #A41E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 68.33%
G = 12.5%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A41E2E (or 0xA41E2E) is known color: Bright Red. HEX triplet: A4, 1E and 2E. RGB value is (164,30,46). Sum of RGB (Red+Green+Blue) = 164+30+46=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E2E is #5BE1D1. Grayscale: #474747. Windows color (decimal): -6021586 or 3022500. OLE color: 3022500.

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

Color convert

RGB 164 30 46 -
CMYK 0 0.82 0.72 0.36
HSL 352.84º 0.69% 0.38% -
HSV(B) 352.84º 0.82% 0.64% -
XYZ 16.27 9.02 3.47 -
YUV 71.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 164 30 46 0 0.82 0.72 0.36 352.84 0.69 0.38
Hex A4 1E 2E 0 52 48 24 161 45 26
Octal 244 36 56 0 122 110 44 541 105 46
Binary 10100100 11110 101110 0 1010010 1001000 100100 101100001 1000101 100110

Color Harmonies of #A41E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E2E

Black with #A41E2E

Text Example


Text Example

White with #A41E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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