Html Css Color HEX #AC2623 Fire Brick

📋 copy color: '#AC2623'

red 172 ◦ green 38 ◦ blue 35

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

Shades of Fire Brick #AC2623

Tints of Fire Brick #AC2623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 70.2%
G = 15.51%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC2623 (or 0xAC2623) is known color: Fire Brick. HEX triplet: AC, 26 and 23. RGB value is (172,38,35). Sum of RGB (Red+Green+Blue) = 172+38+35=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2623 is #53D9DC. Grayscale: #4D4D4D. Windows color (decimal): -5495261 or 2303660. OLE color: 2303660.

HSL color Cylindrical-coordinate representation of color #AC2623: hue angle of 1.31º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2623 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 38 35 -
CMYK 0 0.78 0.80 0.33
HSL 1.31º 0.66% 0.41% -
HSV(B) 1.31º 0.8% 0.67% -
XYZ 18.01 10.28 2.62 -
YUV 77.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 172 38 35 0 0.78 0.80 0.33 1.31 0.66 0.41
Hex AC 26 23 0 4E 50 21 1 42 29
Octal 254 46 43 0 116 120 41 1 102 51
Binary 10101100 100110 100011 0 1001110 1010000 100001 1 1000010 101001

Color Harmonies of #AC2623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2623

Black with #AC2623

Text Example


Text Example

White with #AC2623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2623; }

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

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

background-color css

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

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

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

border-color css

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

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

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