Html Css Color HEX #A1192D Bright Red

📋 copy color: '#A1192D'

red 161 ◦ green 25 ◦ blue 45

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

Shades of Bright Red #A1192D

Tints of Bright Red #A1192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

 BLUE value IS 45 (17.97% from 255) = 19.48%

R = 69.7%
G = 10.82%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A1192D (or 0xA1192D) is known color: Bright Red. HEX triplet: A1, 19 and 2D. RGB value is (161,25,45). Sum of RGB (Red+Green+Blue) = 161+25+45=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A1192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1192D is #5EE6D2. Grayscale: #444444. Windows color (decimal): -6219475 or 2955681. OLE color: 2955681.

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

Color convert

RGB 161 25 45 -
CMYK 0 0.84 0.72 0.37
HSL 351.18º 0.73% 0.36% -
HSV(B) 351.18º 0.84% 0.63% -
XYZ 15.52 8.46 3.3 -
YUV 67.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 161 25 45 0 0.84 0.72 0.37 351.18 0.73 0.36
Hex A1 19 2D 0 54 48 25 15F 49 24
Octal 241 31 55 0 124 110 45 537 111 44
Binary 10100001 11001 101101 0 1010100 1001000 100101 101011111 1001001 100100

Color Harmonies of #A1192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1192D

Black with #A1192D

Text Example


Text Example

White with #A1192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1192D; }

 p { color: rgb(161,25,45); }

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

background-color css

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

 a { background-color: rgb(161,25,45); }

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

border-color css

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

 span { border-color: rgb(161,25,45); }

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