Html Css Color HEX #AC241C Fire Brick

📋 copy color: '#AC241C'

red 172 ◦ green 36 ◦ blue 28

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

Shades of Fire Brick #AC241C

Tints of Fire Brick #AC241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.86%

R = 72.88%
G = 15.25%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC241C (or 0xAC241C) is known color: Fire Brick. HEX triplet: AC, 24 and 1C. RGB value is (172,36,28). Sum of RGB (Red+Green+Blue) = 172+36+28=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC241C is #53DBE3. Grayscale: #4B4B4B. Windows color (decimal): -5495780 or 1844396. OLE color: 1844396.

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

Color convert

RGB 172 36 28 -
CMYK 0 0.79 0.84 0.33
HSL 3.33º 0.72% 0.39% -
HSV(B) 3.33º 0.84% 0.67% -
XYZ 17.85 10.12 2.11 -
YUV 75.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 172 36 28 0 0.79 0.84 0.33 3.33 0.72 0.39
Hex AC 24 1C 0 4F 54 21 3 48 27
Octal 254 44 34 0 117 124 41 3 110 47
Binary 10101100 100100 11100 0 1001111 1010100 100001 11 1001000 100111

Color Harmonies of #AC241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC241C

Black with #AC241C

Text Example


Text Example

White with #AC241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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