Html Css Color HEX #A51131 Bright Red

📋 copy color: '#A51131'

red 165 ◦ green 17 ◦ blue 49

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

Shades of Bright Red #A51131

Tints of Bright Red #A51131

RGB

 RED value IS 165 (64.84% from 255) = 71.43%

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

 BLUE value IS 49 (19.53% from 255) = 21.21%

R = 71.43%
G = 7.36%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A51131 (or 0xA51131) is known color: Bright Red. HEX triplet: A5, 11 and 31. RGB value is (165,17,49). Sum of RGB (Red+Green+Blue) = 165+17+49=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A51131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51131 is #5AEECE. Grayscale: #404040. Windows color (decimal): -5959375 or 3215781. OLE color: 3215781.

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

Color convert

RGB 165 17 49 -
CMYK 0 0.90 0.70 0.35
HSL 347.03º 0.81% 0.36% -
HSV(B) 347.03º 0.9% 0.65% -
XYZ 16.27 8.62 3.71 -
YUV 64.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 165 17 49 0 0.90 0.70 0.35 347.03 0.81 0.36
Hex A5 11 31 0 5A 46 23 15B 51 24
Octal 245 21 61 0 132 106 43 533 121 44
Binary 10100101 10001 110001 0 1011010 1000110 100011 101011011 1010001 100100

Color Harmonies of #A51131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51131

Black with #A51131

Text Example


Text Example

White with #A51131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51131; }

 p { color: rgb(165,17,49); }

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

background-color css

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

 a { background-color: rgb(165,17,49); }

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

border-color css

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

 span { border-color: rgb(165,17,49); }

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