Html Css Color HEX #A41832 Bright Red

📋 copy color: '#A41832'

red 164 ◦ green 24 ◦ blue 50

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

Shades of Bright Red #A41832

Tints of Bright Red #A41832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.08%

 BLUE value IS 50 (19.92% from 255) = 21.01%

R = 68.91%
G = 10.08%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A41832 (or 0xA41832) is known color: Bright Red. HEX triplet: A4, 18 and 32. RGB value is (164,24,50). Sum of RGB (Red+Green+Blue) = 164+24+50=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A41832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41832 is #5BE7CD. Grayscale: #444444. Windows color (decimal): -6023118 or 3283108. OLE color: 3283108.

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

Color convert

RGB 164 24 50 -
CMYK 0 0.85 0.70 0.36
HSL 348.86º 0.74% 0.37% -
HSV(B) 348.86º 0.85% 0.64% -
XYZ 16.21 8.78 3.86 -
YUV 68.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 164 24 50 0 0.85 0.70 0.36 348.86 0.74 0.37
Hex A4 18 32 0 55 46 24 15D 4A 25
Octal 244 30 62 0 125 106 44 535 112 45
Binary 10100100 11000 110010 0 1010101 1000110 100100 101011101 1001010 100101

Color Harmonies of #A41832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41832

Black with #A41832

Text Example


Text Example

White with #A41832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41832; }

 p { color: rgb(164,24,50); }

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

background-color css

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

 a { background-color: rgb(164,24,50); }

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

border-color css

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

 span { border-color: rgb(164,24,50); }

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