Html Css Color HEX #A5152F Bright Red

📋 copy color: '#A5152F'

red 165 ◦ green 21 ◦ blue 47

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

Shades of Bright Red #A5152F

Tints of Bright Red #A5152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.17%

R = 70.82%
G = 9.01%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5152F (or 0xA5152F) is known color: Bright Red. HEX triplet: A5, 15 and 2F. RGB value is (165,21,47). Sum of RGB (Red+Green+Blue) = 165+21+47=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A5152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5152F is #5AEAD0. Grayscale: #434343. Windows color (decimal): -5958353 or 3085733. OLE color: 3085733.

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

Color convert

RGB 165 21 47 -
CMYK 0 0.87 0.72 0.35
HSL 349.17º 0.77% 0.36% -
HSV(B) 349.17º 0.87% 0.65% -
XYZ 16.3 8.74 3.52 -
YUV 67.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 165 21 47 0 0.87 0.72 0.35 349.17 0.77 0.36
Hex A5 15 2F 0 57 48 23 15D 4D 24
Octal 245 25 57 0 127 110 43 535 115 44
Binary 10100101 10101 101111 0 1010111 1001000 100011 101011101 1001101 100100

Color Harmonies of #A5152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5152F

Black with #A5152F

Text Example


Text Example

White with #A5152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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