#A0200E

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

Shades of Fire Brick #A0200E

Tints of Fire Brick #A0200E

Color information

#A0200E (or 0xA0200E) is unknown color: approx Fire Brick. HEX triplet: A0, 20 and 0E. RGB value is (160,32,14). Sum of RGB (Red+Green+Blue) = 160+32+14=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A0200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0200E is #5FDFF1. Grayscale: #444444. Windows color (decimal): -6283250 or 925856. OLE color: 925856.

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

Color convert

RGB1603214-
CMYK00.800.910.37
HSL7.4º83.91%34.12%-
HSV(B)7.4º91.25%62.75%-
XYZ15.098.541.27-
YUV68.2297.41193.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 77.67%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 14 (5.86% from 255) = 6.80%
R=77.67%
G=15.53%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160321400.800.910.377.483.9134.12
HexA020E0505B2575422
Octal2404016012013345712442
Binary1010000010000011100101000010110111001011111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0200E; }

 p { color: rgb(160,32,14); }

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

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

 a { background-color: rgb(160,32,14); }

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

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

 span { border-color: rgb(160,32,14); }

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