#A8192A

Color #A8192A Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A8192A

Tints of Bright Red #A8192A

Color information

#A8192A (or 0xA8192A) is unknown color: approx Bright Red. HEX triplet: A8, 19 and 2A. RGB value is (168,25,42). Sum of RGB (Red+Green+Blue) = 168+25+42=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A8192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8192A is #57E6D5. Grayscale: #454545. Windows color (decimal): -5760726 or 2759080. OLE color: 2759080.

HSL color Cylindrical-coordinate representation of color #A8192A: hue angle of 352.87º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8192A is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB1682542-
CMYK00.850.750.34
HSL352.87º74.09%37.84%-
HSV(B)352.87º85.12%65.88%-
XYZ16.919.193.07-
YUV69.69112.38198.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.49%
GREEN value IS 25 (10.16% from 255) = 10.64%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=71.49%
G=10.64%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168254200.850.750.34352.8774.0937.84
HexA8192A0554B221614a26
Octal250315201251134254111246
Binary10101000110011010100101010110010111000101011000011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8192A; }

 p { color: rgb(168,25,42); }

 H1.HeaderClassName
 {
   color: #A8192A;
 }
 .AnyTagClassName
 {
   color: #A8192A;
 }
</style>
background-color css

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

 a { background-color: rgb(168,25,42); }

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

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

 span { border-color: rgb(168,25,42); }

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