#A8271E

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

Shades of Fire Brick #A8271E

Tints of Fire Brick #A8271E

Color information

#A8271E (or 0xA8271E) is unknown color: approx Fire Brick. HEX triplet: A8, 27 and 1E. RGB value is (168,39,30). Sum of RGB (Red+Green+Blue) = 168+39+30=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A8271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8271E is #57D8E1. Grayscale: #4C4C4C. Windows color (decimal): -5757154 or 1976232. OLE color: 1976232.

HSL color Cylindrical-coordinate representation of color #A8271E: hue angle of 3.91º degrees, saturation: 0.7, 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 #A8271E is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1683930-
CMYK00.770.820.34
HSL3.91º69.7%38.82%-
HSV(B)3.91º82.14%65.88%-
XYZ17.119.872.23-
YUV76.54101.74193.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 70.89%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 30 (12.11% from 255) = 12.66%
R=70.89%
G=16.46%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168393000.770.820.343.9169.738.82
HexA8271E04D522244627
Octal2504736011512242410647
Binary10101000100111111100100110110100101000101001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8271E; }

 p { color: rgb(168,39,30); }

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

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

 a { background-color: rgb(168,39,30); }

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

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

 span { border-color: rgb(168,39,30); }

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