#AC1805

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

Shades of Fire Brick #AC1805

Tints of Fire Brick #AC1805

Color information

#AC1805 (or 0xAC1805) is unknown color: approx Fire Brick. HEX triplet: AC, 18 and 05. RGB value is (172,24,5). Sum of RGB (Red+Green+Blue) = 172+24+5=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1805 is #53E7FA. Grayscale: #424242. Windows color (decimal): -5498875 or 333996. OLE color: 333996.

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

Color convert

RGB172245-
CMYK00.860.970.33
HSL6.83º94.35%34.71%-
HSV(B)6.83º97.09%67.45%-
XYZ17.379.431.05-
YUV66.0993.53203.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 85.57%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=85.57%
G=11.94%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17224500.860.970.336.8394.3534.71
HexAC185056612175e23
Octal254305012614141713643
Binary10101100110001010101011011000011000011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1805; }

 p { color: rgb(172,24,5); }

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

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

 a { background-color: rgb(172,24,5); }

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

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

 span { border-color: rgb(172,24,5); }

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