Html Css Color HEX #AC2724 Fire Brick

📋 copy color: '#AC2724'

red 172 ◦ green 39 ◦ blue 36

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

Shades of Fire Brick #AC2724

Tints of Fire Brick #AC2724

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.79%

 BLUE value IS 36 (14.45% from 255) = 14.57%

R = 69.64%
G = 15.79%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC2724 (or 0xAC2724) is known color: Fire Brick. HEX triplet: AC, 27 and 24. RGB value is (172,39,36). Sum of RGB (Red+Green+Blue) = 172+39+36=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2724 is #53D8DB. Grayscale: #4E4E4E. Windows color (decimal): -5495004 or 2369452. OLE color: 2369452.

HSL color Cylindrical-coordinate representation of color #AC2724: hue angle of 1.32º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2724 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 39 36 -
CMYK 0 0.77 0.79 0.33
HSL 1.32º 0.65% 0.41% -
HSV(B) 1.32º 0.79% 0.67% -
XYZ 18.06 10.35 2.71 -
YUV 78.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 172 39 36 0 0.77 0.79 0.33 1.32 0.65 0.41
Hex AC 27 24 0 4D 4F 21 1 41 29
Octal 254 47 44 0 115 117 41 1 101 51
Binary 10101100 100111 100100 0 1001101 1001111 100001 1 1000001 101001

Color Harmonies of #AC2724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2724

Black with #AC2724

Text Example


Text Example

White with #AC2724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2724; }

 p { color: rgb(172,39,36); }

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

background-color css

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

 a { background-color: rgb(172,39,36); }

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

border-color css

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

 span { border-color: rgb(172,39,36); }

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