Html Css Color HEX #A42131 Bright Red

📋 copy color: '#A42131'

red 164 ◦ green 33 ◦ blue 49

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

Shades of Bright Red #A42131

Tints of Bright Red #A42131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

 BLUE value IS 49 (19.53% from 255) = 19.92%

R = 66.67%
G = 13.41%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A42131 (or 0xA42131) is known color: Bright Red. HEX triplet: A4, 21 and 31. RGB value is (164,33,49). Sum of RGB (Red+Green+Blue) = 164+33+49=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A42131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42131 is #5BDECE. Grayscale: #4A4A4A. Windows color (decimal): -6020815 or 3219876. OLE color: 3219876.

HSL color Cylindrical-coordinate representation of color #A42131: hue angle of 352.67º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42131 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 33 49 -
CMYK 0 0.80 0.70 0.36
HSL 352.67º 0.66% 0.39% -
HSV(B) 352.67º 0.8% 0.64% -
XYZ 16.41 9.2 3.82 -
YUV 73.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 164 33 49 0 0.80 0.70 0.36 352.67 0.66 0.39
Hex A4 21 31 0 50 46 24 161 42 27
Octal 244 41 61 0 120 106 44 541 102 47
Binary 10100100 100001 110001 0 1010000 1000110 100100 101100001 1000010 100111

Color Harmonies of #A42131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42131

Black with #A42131

Text Example


Text Example

White with #A42131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42131; }

 p { color: rgb(164,33,49); }

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

background-color css

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

 a { background-color: rgb(164,33,49); }

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

border-color css

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

 span { border-color: rgb(164,33,49); }

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