#A0191E

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

Shades of Bright Red #A0191E

Tints of Bright Red #A0191E

Color information

#A0191E (or 0xA0191E) is unknown color: approx Bright Red. HEX triplet: A0, 19 and 1E. RGB value is (160,25,30). Sum of RGB (Red+Green+Blue) = 160+25+30=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A0191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0191E is #5FE6E1. Grayscale: #424242. Windows color (decimal): -6285026 or 1972640. OLE color: 1972640.

HSL color Cylindrical-coordinate representation of color #A0191E: hue angle of 357.78º 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 #A0191E is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1602530-
CMYK00.840.810.37
HSL357.78º72.97%36.27%-
HSV(B)357.78º84.38%62.75%-
XYZ15.088.262.03-
YUV65.93107.73195.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 74.42%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=74.42%
G=11.63%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160253000.840.810.37357.7872.9736.27
HexA0191E05451251664924
Octal240313601241214554611144
Binary1010000011001111100101010010100011001011011001101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0191E; }

 p { color: rgb(160,25,30); }

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

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

 a { background-color: rgb(160,25,30); }

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

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

 span { border-color: rgb(160,25,30); }

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