Html Css Color HEX #A41A36 Bright Red

📋 copy color: '#A41A36'

red 164 ◦ green 26 ◦ blue 54

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

Shades of Bright Red #A41A36

Tints of Bright Red #A41A36

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.66%

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

R = 67.21%
G = 10.66%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A41A36 (or 0xA41A36) is known color: Bright Red. HEX triplet: A4, 1A and 36. RGB value is (164,26,54). Sum of RGB (Red+Green+Blue) = 164+26+54=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A36 is #5BE5C9. Grayscale: #464646. Windows color (decimal): -6022602 or 3545764. OLE color: 3545764.

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

Color convert

RGB 164 26 54 -
CMYK 0 0.84 0.67 0.36
HSL 347.83º 0.73% 0.37% -
HSV(B) 347.83º 0.84% 0.64% -
XYZ 16.35 8.9 4.35 -
YUV 70.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 164 26 54 0 0.84 0.67 0.36 347.83 0.73 0.37
Hex A4 1A 36 0 54 43 24 15C 49 25
Octal 244 32 66 0 124 103 44 534 111 45
Binary 10100100 11010 110110 0 1010100 1000011 100100 101011100 1001001 100101

Color Harmonies of #A41A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A36

Black with #A41A36

Text Example


Text Example

White with #A41A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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