#A0160B

Color #A0160B Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A0160B

Tints of Fire Brick #A0160B

Color information

#A0160B (or 0xA0160B) is unknown color: approx Fire Brick. HEX triplet: A0, 16 and 0B. RGB value is (160,22,11). Sum of RGB (Red+Green+Blue) = 160+22+11=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A0160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0160B is #5FE9F4. Grayscale: #3E3E3E. Windows color (decimal): -6285813 or 726688. OLE color: 726688.

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

Color convert

RGB1602211-
CMYK00.860.930.37
HSL4.43º87.13%33.53%-
HSV(B)4.43º93.12%62.75%-
XYZ14.848.071.09-
YUV62.0199.22197.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 82.90%
GREEN value IS 22 (8.98% from 255) = 11.40%
BLUE value IS 11 (4.69% from 255) = 5.70%
R=82.90%
G=11.40%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160221100.860.930.374.4387.1333.53
HexA016B0565D2545722
Octal2402613012613545412742
Binary101000001011010110101011010111011001011001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0160B; }

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

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

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

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

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

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

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

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