#AC270E

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

Shades of Fire Brick #AC270E

Tints of Fire Brick #AC270E

Color information

#AC270E (or 0xAC270E) is unknown color: approx Fire Brick. HEX triplet: AC, 27 and 0E. RGB value is (172,39,14). Sum of RGB (Red+Green+Blue) = 172+39+14=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC270E is #53D8F1. Grayscale: #4C4C4C. Windows color (decimal): -5495026 or 927660. OLE color: 927660.

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

Color convert

RGB1723914-
CMYK00.770.920.33
HSL9.49º84.95%36.47%-
HSV(B)9.49º91.86%67.45%-
XYZ17.8210.251.46-
YUV75.9293.06196.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 76.44%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 14 (5.86% from 255) = 6.22%
R=76.44%
G=17.33%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172391400.770.920.339.4984.9536.47
HexAC27E04D5C2195524
Octal25447160115134411112544
Binary10101100100111111001001101101110010000110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC270E; }

 p { color: rgb(172,39,14); }

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

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

 a { background-color: rgb(172,39,14); }

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

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

 span { border-color: rgb(172,39,14); }

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