Html Css Color HEX #AC2912 Fire Brick

📋 copy color: '#AC2912'

red 172 ◦ green 41 ◦ blue 18

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

Shades of Fire Brick #AC2912

Tints of Fire Brick #AC2912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 74.46%
G = 17.75%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC2912 (or 0xAC2912) is known color: Fire Brick. HEX triplet: AC, 29 and 12. RGB value is (172,41,18). Sum of RGB (Red+Green+Blue) = 172+41+18=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2912 is #53D6ED. Grayscale: #4D4D4D. Windows color (decimal): -5494510 or 1190316. OLE color: 1190316.

HSL color Cylindrical-coordinate representation of color #AC2912: hue angle of 8.96º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC2912 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 41 18 -
CMYK 0 0.76 0.90 0.33
HSL 8.96º 0.81% 0.37% -
HSV(B) 8.96º 0.9% 0.67% -
XYZ 17.92 10.4 1.64 -
YUV 77.55 94.4 195.37 -
System Red Green Blue C M Y K H S L
Decimal 172 41 18 0 0.76 0.90 0.33 8.96 0.81 0.37
Hex AC 29 12 0 4C 5A 21 9 51 25
Octal 254 51 22 0 114 132 41 11 121 45
Binary 10101100 101001 10010 0 1001100 1011010 100001 1001 1010001 100101

Color Harmonies of #AC2912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2912

Black with #AC2912

Text Example


Text Example

White with #AC2912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2912; }

 p { color: rgb(172,41,18); }

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

background-color css

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

 a { background-color: rgb(172,41,18); }

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

border-color css

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

 span { border-color: rgb(172,41,18); }

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