#A8211F

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

Shades of Fire Brick #A8211F

Tints of Fire Brick #A8211F

Color information

#A8211F (or 0xA8211F) is unknown color: approx Fire Brick. HEX triplet: A8, 21 and 1F. RGB value is (168,33,31). Sum of RGB (Red+Green+Blue) = 168+33+31=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8211F is #57DEE0. Grayscale: #494949. Windows color (decimal): -5758689 or 2040232. OLE color: 2040232.

HSL color Cylindrical-coordinate representation of color #A8211F: hue angle of 0.88º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8211F is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1683331-
CMYK00.800.820.34
HSL0.88º68.84%39.02%-
HSV(B)0.88º81.55%65.88%-
XYZ16.949.512.24-
YUV73.14104.23195.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 72.41%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 31 (12.5% from 255) = 13.36%
R=72.41%
G=14.22%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168333100.800.820.340.8868.8439.02
HexA8211F050522214527
Octal2504137012012242110547
Binary101010001000011111101010000101001010001011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8211F; }

 p { color: rgb(168,33,31); }

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

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

 a { background-color: rgb(168,33,31); }

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

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

 span { border-color: rgb(168,33,31); }

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