Html Css Color HEX #A31937 Bright Red

📋 copy color: '#A31937'

red 163 ◦ green 25 ◦ blue 55

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

Shades of Bright Red #A31937

Tints of Bright Red #A31937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.63%

R = 67.08%
G = 10.29%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A31937 (or 0xA31937) is known color: Bright Red. HEX triplet: A3, 19 and 37. RGB value is (163,25,55). Sum of RGB (Red+Green+Blue) = 163+25+55=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A31937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31937 is #5CE6C8. Grayscale: #454545. Windows color (decimal): -6088393 or 3611043. OLE color: 3611043.

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

Color convert

RGB 163 25 55 -
CMYK 0 0.85 0.66 0.36
HSL 346.96º 0.73% 0.37% -
HSV(B) 346.96º 0.85% 0.64% -
XYZ 16.14 8.76 4.45 -
YUV 69.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 163 25 55 0 0.85 0.66 0.36 346.96 0.73 0.37
Hex A3 19 37 0 55 42 24 15B 49 25
Octal 243 31 67 0 125 102 44 533 111 45
Binary 10100011 11001 110111 0 1010101 1000010 100100 101011011 1001001 100101

Color Harmonies of #A31937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31937

Black with #A31937

Text Example


Text Example

White with #A31937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31937; }

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

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

background-color css

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

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

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

border-color css

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

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

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