Html Css Color HEX #A31739 Bright Red

📋 copy color: '#A31739'

red 163 ◦ green 23 ◦ blue 57

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

Shades of Bright Red #A31739

Tints of Bright Red #A31739

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

 BLUE value IS 57 (22.66% from 255) = 23.46%

R = 67.08%
G = 9.47%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A31739 (or 0xA31739) is known color: Bright Red. HEX triplet: A3, 17 and 39. RGB value is (163,23,57). Sum of RGB (Red+Green+Blue) = 163+23+57=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A31739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31739 is #5CE8C6. Grayscale: #444444. Windows color (decimal): -6088903 or 3741603. OLE color: 3741603.

HSL color Cylindrical-coordinate representation of color #A31739: hue angle of 345.43º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31739 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 23 57 -
CMYK 0 0.86 0.65 0.36
HSL 345.43º 0.75% 0.36% -
HSV(B) 345.43º 0.86% 0.64% -
XYZ 16.15 8.69 4.7 -
YUV 68.74 121.38 195.24 -
System Red Green Blue C M Y K H S L
Decimal 163 23 57 0 0.86 0.65 0.36 345.43 0.75 0.36
Hex A3 17 39 0 56 41 24 159 4B 24
Octal 243 27 71 0 126 101 44 531 113 44
Binary 10100011 10111 111001 0 1010110 1000001 100100 101011001 1001011 100100

Color Harmonies of #A31739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31739

Black with #A31739

Text Example


Text Example

White with #A31739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31739; }

 p { color: rgb(163,23,57); }

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

background-color css

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

 a { background-color: rgb(163,23,57); }

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

border-color css

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

 span { border-color: rgb(163,23,57); }

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