Html Css Color HEX #A31539 Bright Red

📋 copy color: '#A31539'

red 163 ◦ green 21 ◦ blue 57

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

Shades of Bright Red #A31539

Tints of Bright Red #A31539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

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

R = 67.63%
G = 8.71%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A31539 (or 0xA31539) is known color: Bright Red. HEX triplet: A3, 15 and 39. RGB value is (163,21,57). Sum of RGB (Red+Green+Blue) = 163+21+57=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A31539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31539 is #5CEAC6. Grayscale: #434343. Windows color (decimal): -6089415 or 3741091. OLE color: 3741091.

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

Color convert

RGB 163 21 57 -
CMYK 0 0.87 0.65 0.36
HSL 344.79º 0.77% 0.36% -
HSV(B) 344.79º 0.87% 0.64% -
XYZ 16.11 8.62 4.69 -
YUV 67.56 122.04 196.07 -
System Red Green Blue C M Y K H S L
Decimal 163 21 57 0 0.87 0.65 0.36 344.79 0.77 0.36
Hex A3 15 39 0 57 41 24 159 4D 24
Octal 243 25 71 0 127 101 44 531 115 44
Binary 10100011 10101 111001 0 1010111 1000001 100100 101011001 1001101 100100

Color Harmonies of #A31539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31539

Black with #A31539

Text Example


Text Example

White with #A31539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31539; }

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

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

background-color css

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

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

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

border-color css

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

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

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