Html Css Color HEX #AC2512 Fire Brick

📋 copy color: '#AC2512'

red 172 ◦ green 37 ◦ blue 18

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

Shades of Fire Brick #AC2512

Tints of Fire Brick #AC2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

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

R = 75.77%
G = 16.3%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC2512 (or 0xAC2512) is known color: Fire Brick. HEX triplet: AC, 25 and 12. RGB value is (172,37,18). Sum of RGB (Red+Green+Blue) = 172+37+18=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2512 is #53DAED. Grayscale: #4B4B4B. Windows color (decimal): -5495534 or 1189292. OLE color: 1189292.

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

Color convert

RGB 172 37 18 -
CMYK 0 0.78 0.90 0.33
HSL 7.4º 0.81% 0.37% -
HSV(B) 7.4º 0.9% 0.67% -
XYZ 17.78 10.14 1.59 -
YUV 75.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 172 37 18 0 0.78 0.90 0.33 7.4 0.81 0.37
Hex AC 25 12 0 4E 5A 21 7 51 25
Octal 254 45 22 0 116 132 41 7 121 45
Binary 10101100 100101 10010 0 1001110 1011010 100001 111 1010001 100101

Color Harmonies of #AC2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2512

Black with #AC2512

Text Example


Text Example

White with #AC2512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2512; }

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

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

background-color css

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

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

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

border-color css

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

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

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