#A8200C

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

Shades of Fire Brick #A8200C

Tints of Fire Brick #A8200C

Color information

#A8200C (or 0xA8200C) is unknown color: approx Fire Brick. HEX triplet: A8, 20 and 0C. RGB value is (168,32,12). Sum of RGB (Red+Green+Blue) = 168+32+12=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A8200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8200C is #57DFF3. Grayscale: #464646. Windows color (decimal): -5758964 or 794792. OLE color: 794792.

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

Color convert

RGB1683212-
CMYK00.810.930.34
HSL7.69º86.67%35.29%-
HSV(B)7.69º92.86%65.88%-
XYZ16.739.381.28-
YUV70.3895.06197.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 79.25%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 12 (5.08% from 255) = 5.66%
R=79.25%
G=15.09%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168321200.810.930.347.6986.6735.29
HexA820C0515D2285723
Octal25040140121135421012743
Binary10101000100000110001010001101110110001010001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8200C; }

 p { color: rgb(168,32,12); }

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

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

 a { background-color: rgb(168,32,12); }

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

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

 span { border-color: rgb(168,32,12); }

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