Html Css Color HEX #A1172A Bright Red

📋 copy color: '#A1172A'

red 161 ◦ green 23 ◦ blue 42

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

Shades of Bright Red #A1172A

Tints of Bright Red #A1172A

RGB

 RED value IS 161 (63.28% from 255) = 71.24%

 GREEN value IS 23 (9.38% from 255) = 10.18%

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

R = 71.24%
G = 10.18%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A1172A (or 0xA1172A) is known color: Bright Red. HEX triplet: A1, 17 and 2A. RGB value is (161,23,42). Sum of RGB (Red+Green+Blue) = 161+23+42=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A1172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1172A is #5EE8D5. Grayscale: #424242. Windows color (decimal): -6219990 or 2758561. OLE color: 2758561.

HSL color Cylindrical-coordinate representation of color #A1172A: hue angle of 351.74º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1172A is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 23 42 -
CMYK 0 0.86 0.74 0.37
HSL 351.74º 0.75% 0.36% -
HSV(B) 351.74º 0.86% 0.63% -
XYZ 15.42 8.36 2.99 -
YUV 66.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 161 23 42 0 0.86 0.74 0.37 351.74 0.75 0.36
Hex A1 17 2A 0 56 4A 25 160 4B 24
Octal 241 27 52 0 126 112 45 540 113 44
Binary 10100001 10111 101010 0 1010110 1001010 100101 101100000 1001011 100100

Color Harmonies of #A1172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1172A

Black with #A1172A

Text Example


Text Example

White with #A1172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1172A; }

 p { color: rgb(161,23,42); }

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

background-color css

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

 a { background-color: rgb(161,23,42); }

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

border-color css

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

 span { border-color: rgb(161,23,42); }

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