Html Css Color HEX #A41E36 Bright Red

📋 copy color: '#A41E36'

red 164 ◦ green 30 ◦ blue 54

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

Shades of Bright Red #A41E36

Tints of Bright Red #A41E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.77%

R = 66.13%
G = 12.1%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A41E36 (or 0xA41E36) is known color: Bright Red. HEX triplet: A4, 1E and 36. RGB value is (164,30,54). Sum of RGB (Red+Green+Blue) = 164+30+54=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E36 is #5BE1C9. Grayscale: #484848. Windows color (decimal): -6021578 or 3546788. OLE color: 3546788.

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

Color convert

RGB 164 30 54 -
CMYK 0 0.82 0.67 0.36
HSL 349.25º 0.69% 0.38% -
HSV(B) 349.25º 0.82% 0.64% -
XYZ 16.44 9.09 4.38 -
YUV 72.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 164 30 54 0 0.82 0.67 0.36 349.25 0.69 0.38
Hex A4 1E 36 0 52 43 24 15D 45 26
Octal 244 36 66 0 122 103 44 535 105 46
Binary 10100100 11110 110110 0 1010010 1000011 100100 101011101 1000101 100110

Color Harmonies of #A41E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E36

Black with #A41E36

Text Example


Text Example

White with #A41E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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