#AC1E02

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

Shades of Fire Brick #AC1E02

Tints of Fire Brick #AC1E02

Color information

#AC1E02 (or 0xAC1E02) is unknown color: approx Fire Brick. HEX triplet: AC, 1E and 02. RGB value is (172,30,2). Sum of RGB (Red+Green+Blue) = 172+30+2=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1E02 is #53E1FD. Grayscale: #454545. Windows color (decimal): -5497342 or 138924. OLE color: 138924.

HSL color Cylindrical-coordinate representation of color #AC1E02: hue angle of 9.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC1E02 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB172302-
CMYK00.830.990.33
HSL9.88º97.7%34.12%-
HSV(B)9.88º98.84%67.45%-
XYZ17.499.71.01-
YUV69.2790.04201.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 84.31%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=84.31%
G=14.71%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17230200.830.990.339.8897.734.12
HexAC1E20536321a6222
Octal2543620123143411214242
Binary10101100111101001010011110001110000110101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1E02; }

 p { color: rgb(172,30,2); }

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

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

 a { background-color: rgb(172,30,2); }

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

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

 span { border-color: rgb(172,30,2); }

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