Html Css Color HEX #A41636 Bright Red

📋 copy color: '#A41636'

red 164 ◦ green 22 ◦ blue 54

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

Shades of Bright Red #A41636

Tints of Bright Red #A41636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.17%

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

R = 68.33%
G = 9.17%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A41636 (or 0xA41636) is known color: Bright Red. HEX triplet: A4, 16 and 36. RGB value is (164,22,54). Sum of RGB (Red+Green+Blue) = 164+22+54=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A41636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41636 is #5BE9C9. Grayscale: #444444. Windows color (decimal): -6023626 or 3544740. OLE color: 3544740.

HSL color Cylindrical-coordinate representation of color #A41636: hue angle of 346.48º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41636 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 22 54 -
CMYK 0 0.87 0.67 0.36
HSL 346.48º 0.76% 0.36% -
HSV(B) 346.48º 0.87% 0.64% -
XYZ 16.26 8.73 4.32 -
YUV 68.11 120.04 196.4 -
System Red Green Blue C M Y K H S L
Decimal 164 22 54 0 0.87 0.67 0.36 346.48 0.76 0.36
Hex A4 16 36 0 57 43 24 15A 4C 24
Octal 244 26 66 0 127 103 44 532 114 44
Binary 10100100 10110 110110 0 1010111 1000011 100100 101011010 1001100 100100

Color Harmonies of #A41636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41636

Black with #A41636

Text Example


Text Example

White with #A41636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41636; }

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

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

background-color css

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

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

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

border-color css

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

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

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