#A82015

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

Shades of Fire Brick #A82015

Tints of Fire Brick #A82015

Color information

#A82015 (or 0xA82015) is unknown color: approx Fire Brick. HEX triplet: A8, 20 and 15. RGB value is (168,32,21). Sum of RGB (Red+Green+Blue) = 168+32+21=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A82015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82015 is #57DFEA. Grayscale: #474747. Windows color (decimal): -5758955 or 1384616. OLE color: 1384616.

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

Color convert

RGB1683221-
CMYK00.810.880.34
HSL4.49º77.78%37.06%-
HSV(B)4.49º87.5%65.88%-
XYZ16.89.411.64-
YUV71.4199.56196.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.02%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 21 (8.59% from 255) = 9.50%
R=76.02%
G=14.48%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168322100.810.880.344.4977.7837.06
HexA82015051582244e25
Octal2504025012113042411645
Binary10101000100000101010101000110110001000101001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82015; }

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

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

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

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

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

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

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

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