Html Css Color HEX #A41434 Bright Red

📋 copy color: '#A41434'

red 164 ◦ green 20 ◦ blue 52

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

Shades of Bright Red #A41434

Tints of Bright Red #A41434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.47%

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 69.49%
G = 8.47%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A41434 (or 0xA41434) is known color: Bright Red. HEX triplet: A4, 14 and 34. RGB value is (164,20,52). Sum of RGB (Red+Green+Blue) = 164+20+52=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A41434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41434 is #5BEBCB. Grayscale: #424242. Windows color (decimal): -6024140 or 3413156. OLE color: 3413156.

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

Color convert

RGB 164 20 52 -
CMYK 0 0.88 0.68 0.36
HSL 346.67º 0.78% 0.36% -
HSV(B) 346.67º 0.88% 0.64% -
XYZ 16.18 8.64 4.06 -
YUV 66.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 164 20 52 0 0.88 0.68 0.36 346.67 0.78 0.36
Hex A4 14 34 0 58 44 24 15B 4E 24
Octal 244 24 64 0 130 104 44 533 116 44
Binary 10100100 10100 110100 0 1011000 1000100 100100 101011011 1001110 100100

Color Harmonies of #A41434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41434

Black with #A41434

Text Example


Text Example

White with #A41434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41434; }

 p { color: rgb(164,20,52); }

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

background-color css

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

 a { background-color: rgb(164,20,52); }

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

border-color css

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

 span { border-color: rgb(164,20,52); }

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