#A82C11

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

Shades of Fire Brick #A82C11

Tints of Fire Brick #A82C11

Color information

#A82C11 (or 0xA82C11) is unknown color: approx Fire Brick. HEX triplet: A8, 2C and 11. RGB value is (168,44,17). Sum of RGB (Red+Green+Blue) = 168+44+17=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C11 is #57D3EE. Grayscale: #4E4E4E. Windows color (decimal): -5755887 or 1125544. OLE color: 1125544.

HSL color Cylindrical-coordinate representation of color #A82C11: hue angle of 10.73º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A82C11 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB1684417-
CMYK00.740.900.34
HSL10.73º81.62%36.27%-
HSV(B)10.73º89.88%65.88%-
XYZ17.1510.171.59-
YUV7893.58192.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 73.36%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=73.36%
G=19.21%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168441700.740.900.3410.7381.6236.27
HexA82C1104A5A22b5224
Octal25054210112132421312244
Binary101010001011001000101001010101101010001010111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82C11; }

 p { color: rgb(168,44,17); }

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

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

 a { background-color: rgb(168,44,17); }

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

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

 span { border-color: rgb(168,44,17); }

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