#A82521

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

Shades of Fire Brick #A82521

Tints of Fire Brick #A82521

Color information

#A82521 (or 0xA82521) is unknown color: approx Fire Brick. HEX triplet: A8, 25 and 21. RGB value is (168,37,33). Sum of RGB (Red+Green+Blue) = 168+37+33=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A82521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82521 is #57DADE. Grayscale: #4B4B4B. Windows color (decimal): -5757663 or 2172328. OLE color: 2172328.

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

Color convert

RGB1683733-
CMYK00.780.800.34
HSL1.78º67.16%39.41%-
HSV(B)1.78º80.36%65.88%-
XYZ17.089.762.42-
YUV75.71103.9193.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 70.59%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=70.59%
G=15.55%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168373300.780.800.341.7867.1639.41
HexA8252104E502224327
Octal2504541011612042210347
Binary10101000100101100001010011101010000100010101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82521; }

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

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

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

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

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

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

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

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