Html Css Color HEX #AC2424 Fire Brick

📋 copy color: '#AC2424'

red 172 ◦ green 36 ◦ blue 36

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

Shades of Fire Brick #AC2424

Tints of Fire Brick #AC2424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.75%

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

R = 70.49%
G = 14.75%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC2424 (or 0xAC2424) is known color: Fire Brick. HEX triplet: AC, 24 and 24. RGB value is (172,36,36). Sum of RGB (Red+Green+Blue) = 172+36+36=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2424 is #53DBDB. Grayscale: #4C4C4C. Windows color (decimal): -5495772 or 2368684. OLE color: 2368684.

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

Color convert

RGB 172 36 36 -
CMYK 0 0.79 0.79 0.33
HSL 0.65% 0.41% -
HSV(B) 0.79% 0.67% -
XYZ 17.96 10.16 2.68 -
YUV 76.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 172 36 36 0 0.79 0.79 0.33 0 0.65 0.41
Hex AC 24 24 0 4F 4F 21 0 41 29
Octal 254 44 44 0 117 117 41 0 101 51
Binary 10101100 100100 100100 0 1001111 1001111 100001 0 1000001 101001

Color Harmonies of #AC2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2424

Black with #AC2424

Text Example


Text Example

White with #AC2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2424; }

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

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

background-color css

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

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

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

border-color css

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

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

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