#A5193C

Color #A5193C Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A5193C

Tints of Bright Red #A5193C

Color information

#A5193C (or 0xA5193C) is unknown color: approx Bright Red. HEX triplet: A5, 19 and 3C. RGB value is (165,25,60). Sum of RGB (Red+Green+Blue) = 165+25+60=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A5193C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5193C is #5AE6C3. Grayscale: #464646. Windows color (decimal): -5957316 or 3938725. OLE color: 3938725.

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

Color convert

RGB1652560-
CMYK00.850.640.35
HSL345º73.68%37.25%-
HSV(B)345º84.85%64.71%-
XYZ16.689.025.14-
YUV70.85121.88195.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66%
GREEN value IS 25 (10.16% from 255) = 10%
BLUE value IS 60 (23.83% from 255) = 24%
R=66%
G=10%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165256000.850.640.3534573.6837.25
HexA5193C05540231594a25
Octal245317401251004353111245
Binary10100101110011111000101010110000001000111010110011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5193C; }

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

 H1.HeaderClassName
 {
   color: #A5193C;
 }
 .AnyTagClassName
 {
   color: #A5193C;
 }
</style>
background-color css

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

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

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

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

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

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