#A5183A

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

Shades of Bright Red #A5183A

Tints of Bright Red #A5183A

Color information

#A5183A (or 0xA5183A) is unknown color: approx Bright Red. HEX triplet: A5, 18 and 3A. RGB value is (165,24,58). Sum of RGB (Red+Green+Blue) = 165+24+58=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5183A is #5AE7C5. Grayscale: #464646. Windows color (decimal): -5957574 or 3807397. OLE color: 3807397.

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

Color convert

RGB1652458-
CMYK00.850.650.35
HSL345.53º74.6%37.06%-
HSV(B)345.53º85.45%64.71%-
XYZ16.618.964.86-
YUV70.04121.21195.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.80%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=66.80%
G=9.72%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165245800.850.650.35345.5374.637.06
HexA5183A055412315a4b25
Octal245307201251014353211345
Binary10100101110001110100101010110000011000111010110101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5183A; }

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

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

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

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

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

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

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

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