Html Css Color HEX #A31139 Bright Red

📋 copy color: '#A31139'

red 163 ◦ green 17 ◦ blue 57

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

Shades of Bright Red #A31139

Tints of Bright Red #A31139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

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

R = 68.78%
G = 7.17%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A31139 (or 0xA31139) is known color: Bright Red. HEX triplet: A3, 11 and 39. RGB value is (163,17,57). Sum of RGB (Red+Green+Blue) = 163+17+57=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A31139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31139 is #5CEEC6. Grayscale: #414141. Windows color (decimal): -6090439 or 3740067. OLE color: 3740067.

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

Color convert

RGB 163 17 57 -
CMYK 0 0.90 0.65 0.36
HSL 343.56º 0.81% 0.35% -
HSV(B) 343.56º 0.9% 0.64% -
XYZ 16.04 8.48 4.66 -
YUV 65.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 163 17 57 0 0.90 0.65 0.36 343.56 0.81 0.35
Hex A3 11 39 0 5A 41 24 158 51 23
Octal 243 21 71 0 132 101 44 530 121 43
Binary 10100011 10001 111001 0 1011010 1000001 100100 101011000 1010001 100011

Color Harmonies of #A31139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31139

Black with #A31139

Text Example


Text Example

White with #A31139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31139; }

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

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

background-color css

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

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

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

border-color css

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

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

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