#A0182A

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

Shades of Bright Red #A0182A

Tints of Bright Red #A0182A

Color information

#A0182A (or 0xA0182A) is unknown color: approx Bright Red. HEX triplet: A0, 18 and 2A. RGB value is (160,24,42). Sum of RGB (Red+Green+Blue) = 160+24+42=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A0182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0182A is #5FE7D5. Grayscale: #424242. Windows color (decimal): -6285270 or 2758816. OLE color: 2758816.

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

Color convert

RGB1602442-
CMYK00.850.740.37
HSL352.06º73.91%36.08%-
HSV(B)352.06º85%62.75%-
XYZ15.248.292.99-
YUV66.72114.06194.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 70.80%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=70.80%
G=10.62%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160244200.850.740.37352.0673.9136.08
HexA0182A0554A251604a24
Octal240305201251124554011244
Binary10100000110001010100101010110010101001011011000001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0182A; }

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

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

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

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

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

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

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

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