#AC321A

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

Shades of Fire Brick #AC321A

Tints of Fire Brick #AC321A

Color information

#AC321A (or 0xAC321A) is unknown color: approx Fire Brick. HEX triplet: AC, 32 and 1A. RGB value is (172,50,26). Sum of RGB (Red+Green+Blue) = 172+50+26=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC321A is #53CDE5. Grayscale: #535353. Windows color (decimal): -5492198 or 1716908. OLE color: 1716908.

HSL color Cylindrical-coordinate representation of color #AC321A: hue angle of 9.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC321A is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1725026-
CMYK00.710.850.33
HSL9.86º73.74%38.82%-
HSV(B)9.86º84.88%67.45%-
XYZ18.3411.132.16-
YUV83.7495.42190.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.35%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 26 (10.55% from 255) = 10.48%
R=69.35%
G=20.16%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172502600.710.850.339.8673.7438.82
HexAC321A0475521a4a27
Octal25462320107125411211247
Binary101011001100101101001000111101010110000110101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC321A; }

 p { color: rgb(172,50,26); }

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

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

 a { background-color: rgb(172,50,26); }

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

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

 span { border-color: rgb(172,50,26); }

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