Html Css Color HEX #A5192D Bright Red

📋 copy color: '#A5192D'

red 165 ◦ green 25 ◦ blue 45

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

Shades of Bright Red #A5192D

Tints of Bright Red #A5192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 70.21%
G = 10.64%
B = 19.15%

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

#A5192D (or 0xA5192D) is known color: Bright Red. HEX triplet: A5, 19 and 2D. RGB value is (165,25,45). Sum of RGB (Red+Green+Blue) = 165+25+45=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A5192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5192D is #5AE6D2. Grayscale: #454545. Windows color (decimal): -5957331 or 2955685. OLE color: 2955685.

HSL color Cylindrical-coordinate representation of color #A5192D: hue angle of 351.43º 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 #A5192D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 45 -
CMYK 0 0.85 0.73 0.35
HSL 351.43º 0.74% 0.37% -
HSV(B) 351.43º 0.85% 0.65% -
XYZ 16.34 8.88 3.34 -
YUV 69.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 165 25 45 0 0.85 0.73 0.35 351.43 0.74 0.37
Hex A5 19 2D 0 55 49 23 15F 4A 25
Octal 245 31 55 0 125 111 43 537 112 45
Binary 10100101 11001 101101 0 1010101 1001001 100011 101011111 1001010 100101

Color Harmonies of #A5192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5192D

Black with #A5192D

Text Example


Text Example

White with #A5192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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