Html Css Color HEX #A5152C Bright Red

📋 copy color: '#A5152C'

red 165 ◦ green 21 ◦ blue 44

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

Shades of Bright Red #A5152C

Tints of Bright Red #A5152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.13%

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

R = 71.74%
G = 9.13%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5152C (or 0xA5152C) is known color: Bright Red. HEX triplet: A5, 15 and 2C. RGB value is (165,21,44). Sum of RGB (Red+Green+Blue) = 165+21+44=230 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.74% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 165 - color contains mainly: red. Hex color #A5152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5152C is #5AEAD3. Grayscale: #424242. Windows color (decimal): -5958356 or 2889125. OLE color: 2889125.

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

Color convert

RGB 165 21 44 -
CMYK 0 0.87 0.73 0.35
HSL 350.42º 0.77% 0.36% -
HSV(B) 350.42º 0.87% 0.65% -
XYZ 16.24 8.72 3.21 -
YUV 66.68 115.21 198.13 -
System Red Green Blue C M Y K H S L
Decimal 165 21 44 0 0.87 0.73 0.35 350.42 0.77 0.36
Hex A5 15 2C 0 57 49 23 15E 4D 24
Octal 245 25 54 0 127 111 43 536 115 44
Binary 10100101 10101 101100 0 1010111 1001001 100011 101011110 1001101 100100

Color Harmonies of #A5152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5152C

Black with #A5152C

Text Example


Text Example

White with #A5152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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