#A5183B

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

Shades of Bright Red #A5183B

Tints of Bright Red #A5183B

Color information

#A5183B (or 0xA5183B) is unknown color: approx Bright Red. HEX triplet: A5, 18 and 3B. RGB value is (165,24,59). Sum of RGB (Red+Green+Blue) = 165+24+59=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A5183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5183B is #5AE7C4. Grayscale: #464646. Windows color (decimal): -5957573 or 3872933. OLE color: 3872933.

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

Color convert

RGB1652459-
CMYK00.850.640.35
HSL345.11º74.6%37.06%-
HSV(B)345.11º85.45%64.71%-
XYZ16.638.974.99-
YUV70.15121.71195.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.53%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=66.53%
G=9.68%
B=23.79%

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
Decimal165245900.850.640.35345.1174.637.06
HexA5183B05540231594b25
Octal245307301251004353111345
Binary10100101110001110110101010110000001000111010110011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5183B; }

 p { color: rgb(165,24,59); }

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

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

 a { background-color: rgb(165,24,59); }

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

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

 span { border-color: rgb(165,24,59); }

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