Html Css Color HEX #AC2823 Fire Brick

📋 copy color: '#AC2823'

red 172 ◦ green 40 ◦ blue 35

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

Shades of Fire Brick #AC2823

Tints of Fire Brick #AC2823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

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

R = 69.64%
G = 16.19%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC2823 (or 0xAC2823) is known color: Fire Brick. HEX triplet: AC, 28 and 23. RGB value is (172,40,35). Sum of RGB (Red+Green+Blue) = 172+40+35=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2823 is #53D7DC. Grayscale: #4F4F4F. Windows color (decimal): -5494749 or 2304172. OLE color: 2304172.

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

Color convert

RGB 172 40 35 -
CMYK 0 0.77 0.80 0.33
HSL 2.19º 0.66% 0.41% -
HSV(B) 2.19º 0.8% 0.67% -
XYZ 18.08 10.41 2.65 -
YUV 78.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 172 40 35 0 0.77 0.80 0.33 2.19 0.66 0.41
Hex AC 28 23 0 4D 50 21 2 42 29
Octal 254 50 43 0 115 120 41 2 102 51
Binary 10101100 101000 100011 0 1001101 1010000 100001 10 1000010 101001

Color Harmonies of #AC2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2823

Black with #AC2823

Text Example


Text Example

White with #AC2823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2823; }

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

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

background-color css

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

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

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

border-color css

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

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

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