Html Css Color HEX #A5182C Bright Red

📋 copy color: '#A5182C'

red 165 ◦ green 24 ◦ blue 44

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

Shades of Bright Red #A5182C

Tints of Bright Red #A5182C

RGB

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

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

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

R = 70.82%
G = 10.3%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5182C (or 0xA5182C) is known color: Bright Red. HEX triplet: A5, 18 and 2C. RGB value is (165,24,44). Sum of RGB (Red+Green+Blue) = 165+24+44=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A5182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5182C is #5AE7D3. Grayscale: #444444. Windows color (decimal): -5957588 or 2889893. OLE color: 2889893.

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

Color convert

RGB 165 24 44 -
CMYK 0 0.85 0.73 0.35
HSL 351.49º 0.75% 0.37% -
HSV(B) 351.49º 0.85% 0.65% -
XYZ 16.3 8.83 3.23 -
YUV 68.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 165 24 44 0 0.85 0.73 0.35 351.49 0.75 0.37
Hex A5 18 2C 0 55 49 23 15F 4B 25
Octal 245 30 54 0 125 111 43 537 113 45
Binary 10100101 11000 101100 0 1010101 1001001 100011 101011111 1001011 100101

Color Harmonies of #A5182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5182C

Black with #A5182C

Text Example


Text Example

White with #A5182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5182C; }

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

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

background-color css

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

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

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

border-color css

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

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

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