#a8182a

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

Shades of Bright Red #A8182A

Tints of Bright Red #A8182A

Color information

#A8182A (or 0xA8182A) is unknown color: approx Bright Red. HEX triplet: A8, 18 and 2A. RGB value is (168,24,42). Sum of RGB (Red+Green+Blue) = 168+24+42=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A8182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8182A is #57E7D5. Grayscale: #454545. Windows color (decimal): -5760982 or 2758824. OLE color: 2758824.

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

Color convert

RGB1682442-
CMYK00.860.750.34
HSL352.5º75%37.65%-
HSV(B)352.5º85.71%65.88%-
XYZ16.899.153.07-
YUV69.11112.71198.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.79%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=71.79%
G=10.26%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168244200.860.750.34352.57537.65
HexA8182A0564B221604b26
Octal250305201261134254011346
Binary10101000110001010100101011010010111000101011000001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8182a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8182a; }

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

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

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

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

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

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

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

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