Html Css Color HEX #AC2824 Fire Brick

📋 copy color: '#AC2824'

red 172 ◦ green 40 ◦ blue 36

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

Shades of Fire Brick #AC2824

Tints of Fire Brick #AC2824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 69.35%
G = 16.13%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC2824 (or 0xAC2824) is known color: Fire Brick. HEX triplet: AC, 28 and 24. RGB value is (172,40,36). Sum of RGB (Red+Green+Blue) = 172+40+36=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2824 is #53D7DB. Grayscale: #4F4F4F. Windows color (decimal): -5494748 or 2369708. OLE color: 2369708.

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

Color convert

RGB 172 40 36 -
CMYK 0 0.77 0.79 0.33
HSL 1.76º 0.65% 0.41% -
HSV(B) 1.76º 0.79% 0.67% -
XYZ 18.09 10.42 2.73 -
YUV 79.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 172 40 36 0 0.77 0.79 0.33 1.76 0.65 0.41
Hex AC 28 24 0 4D 4F 21 2 41 29
Octal 254 50 44 0 115 117 41 2 101 51
Binary 10101100 101000 100100 0 1001101 1001111 100001 10 1000001 101001

Color Harmonies of #AC2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2824

Black with #AC2824

Text Example


Text Example

White with #AC2824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2824; }

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

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

background-color css

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

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

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

border-color css

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

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

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