#AC260B

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

Shades of Fire Brick #AC260B

Tints of Fire Brick #AC260B

Color information

#AC260B (or 0xAC260B) is unknown color: approx Fire Brick. HEX triplet: AC, 26 and 0B. RGB value is (172,38,11). Sum of RGB (Red+Green+Blue) = 172+38+11=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC260B is #53D9F4. Grayscale: #4B4B4B. Windows color (decimal): -5495285 or 730796. OLE color: 730796.

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

Color convert

RGB1723811-
CMYK00.780.940.33
HSL10.06º87.98%35.88%-
HSV(B)10.06º93.6%67.45%-
XYZ17.7710.181.35-
YUV74.9991.89197.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 77.83%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 11 (4.69% from 255) = 4.98%
R=77.83%
G=17.19%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172381100.780.940.3310.0687.9835.88
HexAC26B04E5E21a5824
Octal25446130116136411213044
Binary10101100100110101101001110101111010000110101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC260B; }

 p { color: rgb(172,38,11); }

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

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

 a { background-color: rgb(172,38,11); }

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

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

 span { border-color: rgb(172,38,11); }

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