Html Css Color HEX #A5162F Bright Red

📋 copy color: '#A5162F'

red 165 ◦ green 22 ◦ blue 47

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

Shades of Bright Red #A5162F

Tints of Bright Red #A5162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.4%

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

R = 70.51%
G = 9.4%
B = 20.09%

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

#A5162F (or 0xA5162F) is known color: Bright Red. HEX triplet: A5, 16 and 2F. RGB value is (165,22,47). Sum of RGB (Red+Green+Blue) = 165+22+47=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A5162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5162F is #5AE9D0. Grayscale: #434343. Windows color (decimal): -5958097 or 3085989. OLE color: 3085989.

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

Color convert

RGB 165 22 47 -
CMYK 0 0.87 0.72 0.35
HSL 349.51º 0.76% 0.37% -
HSV(B) 349.51º 0.87% 0.65% -
XYZ 16.32 8.78 3.52 -
YUV 67.61 116.38 197.47 -
System Red Green Blue C M Y K H S L
Decimal 165 22 47 0 0.87 0.72 0.35 349.51 0.76 0.37
Hex A5 16 2F 0 57 48 23 15E 4C 25
Octal 245 26 57 0 127 110 43 536 114 45
Binary 10100101 10110 101111 0 1010111 1001000 100011 101011110 1001100 100101

Color Harmonies of #A5162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5162F

Black with #A5162F

Text Example


Text Example

White with #A5162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5162F; }

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

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

background-color css

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

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

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

border-color css

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

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

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