Html Css Color HEX #A5192C Bright Red

📋 copy color: '#A5192C'

red 165 ◦ green 25 ◦ blue 44

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

Shades of Bright Red #A5192C

Tints of Bright Red #A5192C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 70.51%
G = 10.68%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5192C (or 0xA5192C) is known color: Bright Red. HEX triplet: A5, 19 and 2C. RGB value is (165,25,44). Sum of RGB (Red+Green+Blue) = 165+25+44=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A5192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5192C is #5AE6D3. Grayscale: #454545. Windows color (decimal): -5957332 or 2890149. OLE color: 2890149.

HSL color Cylindrical-coordinate representation of color #A5192C: hue angle of 351.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5192C is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 44 -
CMYK 0 0.85 0.73 0.35
HSL 351.86º 0.74% 0.37% -
HSV(B) 351.86º 0.85% 0.65% -
XYZ 16.32 8.88 3.24 -
YUV 69.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 165 25 44 0 0.85 0.73 0.35 351.86 0.74 0.37
Hex A5 19 2C 0 55 49 23 160 4A 25
Octal 245 31 54 0 125 111 43 540 112 45
Binary 10100101 11001 101100 0 1010101 1001001 100011 101100000 1001010 100101

Color Harmonies of #A5192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5192C

Black with #A5192C

Text Example


Text Example

White with #A5192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5192C; }

 p { color: rgb(165,25,44); }

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

background-color css

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

 a { background-color: rgb(165,25,44); }

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

border-color css

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

 span { border-color: rgb(165,25,44); }

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