Html Css Color HEX #A41A27 Bright Red

📋 copy color: '#A41A27'

red 164 ◦ green 26 ◦ blue 39

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

Shades of Bright Red #A41A27

Tints of Bright Red #A41A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.03%

R = 71.62%
G = 11.35%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A41A27 (or 0xA41A27) is known color: Bright Red. HEX triplet: A4, 1A and 27. RGB value is (164,26,39). Sum of RGB (Red+Green+Blue) = 164+26+39=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A27 is #5BE5D8. Grayscale: #444444. Windows color (decimal): -6022617 or 2562724. OLE color: 2562724.

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

Color convert

RGB 164 26 39 -
CMYK 0 0.84 0.76 0.36
HSL 354.35º 0.73% 0.37% -
HSV(B) 354.35º 0.84% 0.64% -
XYZ 16.05 8.78 2.77 -
YUV 68.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 164 26 39 0 0.84 0.76 0.36 354.35 0.73 0.37
Hex A4 1A 27 0 54 4C 24 162 49 25
Octal 244 32 47 0 124 114 44 542 111 45
Binary 10100100 11010 100111 0 1010100 1001100 100100 101100010 1001001 100101

Color Harmonies of #A41A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A27

Black with #A41A27

Text Example


Text Example

White with #A41A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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