Html Css Color HEX #AC311A Fire Brick

📋 copy color: '#AC311A'

red 172 ◦ green 49 ◦ blue 26

#AC311A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AC311A

Tints of Fire Brick #AC311A

RGB

 RED value IS 172 (67.58% from 255) = 69.64%

 GREEN value IS 49 (19.53% from 255) = 19.84%

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 69.64%
G = 19.84%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC311A (or 0xAC311A) is known color: Fire Brick. HEX triplet: AC, 31 and 1A. RGB value is (172,49,26). Sum of RGB (Red+Green+Blue) = 172+49+26=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC311A is #53CEE5. Grayscale: #535353. Windows color (decimal): -5492454 or 1716652. OLE color: 1716652.

HSL color Cylindrical-coordinate representation of color #AC311A: hue angle of 9.45º 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 #AC311A is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 49 26 -
CMYK 0 0.72 0.85 0.33
HSL 9.45º 0.74% 0.39% -
HSV(B) 9.45º 0.85% 0.67% -
XYZ 18.3 11.04 2.14 -
YUV 83.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 172 49 26 0 0.72 0.85 0.33 9.45 0.74 0.39
Hex AC 31 1A 0 48 55 21 9 4A 27
Octal 254 61 32 0 110 125 41 11 112 47
Binary 10101100 110001 11010 0 1001000 1010101 100001 1001 1001010 100111

Color Harmonies of #AC311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC311A

Black with #AC311A

Text Example


Text Example

White with #AC311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC311A; }

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

 H1.HeaderClassName
 {
   color: #AC311A;
 }
 .AnyTagClassName
 {
   color: #AC311A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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