Html Css Color HEX #AC2617 Fire Brick

📋 copy color: '#AC2617'

red 172 ◦ green 38 ◦ blue 23

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

Shades of Fire Brick #AC2617

Tints of Fire Brick #AC2617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.87%

R = 73.82%
G = 16.31%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC2617 (or 0xAC2617) is known color: Fire Brick. HEX triplet: AC, 26 and 17. RGB value is (172,38,23). Sum of RGB (Red+Green+Blue) = 172+38+23=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2617 is #53D9E8. Grayscale: #4C4C4C. Windows color (decimal): -5495273 or 1517228. OLE color: 1517228.

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

Color convert

RGB 172 38 23 -
CMYK 0 0.78 0.87 0.33
HSL 6.04º 0.76% 0.38% -
HSV(B) 6.04º 0.87% 0.67% -
XYZ 17.86 10.22 1.84 -
YUV 76.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 172 38 23 0 0.78 0.87 0.33 6.04 0.76 0.38
Hex AC 26 17 0 4E 57 21 6 4C 26
Octal 254 46 27 0 116 127 41 6 114 46
Binary 10101100 100110 10111 0 1001110 1010111 100001 110 1001100 100110

Color Harmonies of #AC2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2617

Black with #AC2617

Text Example


Text Example

White with #AC2617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2617; }

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

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

background-color css

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

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

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

border-color css

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

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

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