Html Css Color HEX #A5182A Bright Red

📋 copy color: '#A5182A'

red 165 ◦ green 24 ◦ blue 42

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

Shades of Bright Red #A5182A

Tints of Bright Red #A5182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 71.43%
G = 10.39%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5182A (or 0xA5182A) is known color: Bright Red. HEX triplet: A5, 18 and 2A. RGB value is (165,24,42). Sum of RGB (Red+Green+Blue) = 165+24+42=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A5182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5182A is #5AE7D5. Grayscale: #444444. Windows color (decimal): -5957590 or 2758821. OLE color: 2758821.

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

Color convert

RGB 165 24 42 -
CMYK 0 0.85 0.75 0.35
HSL 352.34º 0.75% 0.37% -
HSV(B) 352.34º 0.85% 0.65% -
XYZ 16.26 8.82 3.04 -
YUV 68.21 113.21 197.04 -
System Red Green Blue C M Y K H S L
Decimal 165 24 42 0 0.85 0.75 0.35 352.34 0.75 0.37
Hex A5 18 2A 0 55 4B 23 160 4B 25
Octal 245 30 52 0 125 113 43 540 113 45
Binary 10100101 11000 101010 0 1010101 1001011 100011 101100000 1001011 100101

Color Harmonies of #A5182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5182A

Black with #A5182A

Text Example


Text Example

White with #A5182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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