Html Css Color HEX #AC2718 Fire Brick

📋 copy color: '#AC2718'

red 172 ◦ green 39 ◦ blue 24

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

Shades of Fire Brick #AC2718

Tints of Fire Brick #AC2718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.21%

R = 73.19%
G = 16.6%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC2718 (or 0xAC2718) is known color: Fire Brick. HEX triplet: AC, 27 and 18. RGB value is (172,39,24). Sum of RGB (Red+Green+Blue) = 172+39+24=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2718 is #53D8E7. Grayscale: #4D4D4D. Windows color (decimal): -5495016 or 1583020. OLE color: 1583020.

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

Color convert

RGB 172 39 24 -
CMYK 0 0.77 0.86 0.33
HSL 6.08º 0.76% 0.38% -
HSV(B) 6.08º 0.86% 0.67% -
XYZ 17.9 10.29 1.91 -
YUV 77.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 172 39 24 0 0.77 0.86 0.33 6.08 0.76 0.38
Hex AC 27 18 0 4D 56 21 6 4C 26
Octal 254 47 30 0 115 126 41 6 114 46
Binary 10101100 100111 11000 0 1001101 1010110 100001 110 1001100 100110

Color Harmonies of #AC2718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2718

Black with #AC2718

Text Example


Text Example

White with #AC2718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2718; }

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

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

background-color css

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

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

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

border-color css

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

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

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