Html Css Color HEX #A41534 Bright Red

📋 copy color: '#A41534'

red 164 ◦ green 21 ◦ blue 52

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

Shades of Bright Red #A41534

Tints of Bright Red #A41534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

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

R = 69.2%
G = 8.86%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A41534 (or 0xA41534) is known color: Bright Red. HEX triplet: A4, 15 and 34. RGB value is (164,21,52). Sum of RGB (Red+Green+Blue) = 164+21+52=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A41534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41534 is #5BEACB. Grayscale: #434343. Windows color (decimal): -6023884 or 3413412. OLE color: 3413412.

HSL color Cylindrical-coordinate representation of color #A41534: hue angle of 346.99º degrees, saturation: 0.77, 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 #A41534 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 52 -
CMYK 0 0.87 0.68 0.36
HSL 346.99º 0.77% 0.36% -
HSV(B) 346.99º 0.87% 0.64% -
XYZ 16.2 8.68 4.07 -
YUV 67.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 164 21 52 0 0.87 0.68 0.36 346.99 0.77 0.36
Hex A4 15 34 0 57 44 24 15B 4D 24
Octal 244 25 64 0 127 104 44 533 115 44
Binary 10100100 10101 110100 0 1010111 1000100 100100 101011011 1001101 100100

Color Harmonies of #A41534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41534

Black with #A41534

Text Example


Text Example

White with #A41534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41534; }

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

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

background-color css

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

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

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

border-color css

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

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

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