#A0150B

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

Shades of Dark Red #A0150B

Tints of Dark Red #A0150B

Color information

#A0150B (or 0xA0150B) is unknown color: approx Dark Red. HEX triplet: A0, 15 and 0B. RGB value is (160,21,11). Sum of RGB (Red+Green+Blue) = 160+21+11=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A0150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0150B is #5FEAF4. Grayscale: #3D3D3D. Windows color (decimal): -6286069 or 726432. OLE color: 726432.

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

Color convert

RGB1602111-
CMYK00.870.930.37
HSL4.03º87.13%33.53%-
HSV(B)4.03º93.12%62.75%-
XYZ14.838.031.09-
YUV61.4299.55198.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 83.33%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 11 (4.69% from 255) = 5.73%
R=83.33%
G=10.94%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160211100.870.930.374.0387.1333.53
HexA015B0575D2545722
Octal2402513012713545412742
Binary101000001010110110101011110111011001011001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0150B; }

 p { color: rgb(160,21,11); }

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

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

 a { background-color: rgb(160,21,11); }

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

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

 span { border-color: rgb(160,21,11); }

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