Html Css Color HEX #AC2618 Fire Brick

📋 copy color: '#AC2618'

red 172 ◦ green 38 ◦ blue 24

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

Shades of Fire Brick #AC2618

Tints of Fire Brick #AC2618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.24%

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

R = 73.5%
G = 16.24%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC2618 (or 0xAC2618) is known color: Fire Brick. HEX triplet: AC, 26 and 18. RGB value is (172,38,24). Sum of RGB (Red+Green+Blue) = 172+38+24=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2618 is #53D9E7. Grayscale: #4C4C4C. Windows color (decimal): -5495272 or 1582764. OLE color: 1582764.

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

Color convert

RGB 172 38 24 -
CMYK 0 0.78 0.86 0.33
HSL 5.68º 0.76% 0.38% -
HSV(B) 5.68º 0.86% 0.67% -
XYZ 17.87 10.22 1.9 -
YUV 76.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 172 38 24 0 0.78 0.86 0.33 5.68 0.76 0.38
Hex AC 26 18 0 4E 56 21 6 4C 26
Octal 254 46 30 0 116 126 41 6 114 46
Binary 10101100 100110 11000 0 1001110 1010110 100001 110 1001100 100110

Color Harmonies of #AC2618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2618

Black with #AC2618

Text Example


Text Example

White with #AC2618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2618; }

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

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

background-color css

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

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

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

border-color css

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

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

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