Html Css Color HEX #A31932 Bright Red

📋 copy color: '#A31932'

red 163 ◦ green 25 ◦ blue 50

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

Shades of Bright Red #A31932

Tints of Bright Red #A31932

RGB

 RED value IS 163 (64.06% from 255) = 68.49%

 GREEN value IS 25 (10.16% from 255) = 10.5%

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

R = 68.49%
G = 10.5%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A31932 (or 0xA31932) is known color: Bright Red. HEX triplet: A3, 19 and 32. RGB value is (163,25,50). Sum of RGB (Red+Green+Blue) = 163+25+50=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A31932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31932 is #5CE6CD. Grayscale: #454545. Windows color (decimal): -6088398 or 3283363. OLE color: 3283363.

HSL color Cylindrical-coordinate representation of color #A31932: hue angle of 349.13º degrees, saturation: 0.73, 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 #A31932 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 25 50 -
CMYK 0 0.85 0.69 0.36
HSL 349.13º 0.73% 0.37% -
HSV(B) 349.13º 0.85% 0.64% -
XYZ 16.03 8.71 3.85 -
YUV 69.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 163 25 50 0 0.85 0.69 0.36 349.13 0.73 0.37
Hex A3 19 32 0 55 45 24 15D 49 25
Octal 243 31 62 0 125 105 44 535 111 45
Binary 10100011 11001 110010 0 1010101 1000101 100100 101011101 1001001 100101

Color Harmonies of #A31932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31932

Black with #A31932

Text Example


Text Example

White with #A31932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31932; }

 p { color: rgb(163,25,50); }

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

background-color css

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

 a { background-color: rgb(163,25,50); }

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

border-color css

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

 span { border-color: rgb(163,25,50); }

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