Html Css Color HEX #AC231C Fire Brick

📋 copy color: '#AC231C'

red 172 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #AC231C

Tints of Fire Brick #AC231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 73.19%
G = 14.89%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC231C (or 0xAC231C) is known color: Fire Brick. HEX triplet: AC, 23 and 1C. RGB value is (172,35,28). Sum of RGB (Red+Green+Blue) = 172+35+28=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC231C is #53DCE3. Grayscale: #4B4B4B. Windows color (decimal): -5496036 or 1844140. OLE color: 1844140.

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

Color convert

RGB 172 35 28 -
CMYK 0 0.80 0.84 0.33
HSL 2.92º 0.72% 0.39% -
HSV(B) 2.92º 0.84% 0.67% -
XYZ 17.82 10.06 2.1 -
YUV 75.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 172 35 28 0 0.80 0.84 0.33 2.92 0.72 0.39
Hex AC 23 1C 0 50 54 21 3 48 27
Octal 254 43 34 0 120 124 41 3 110 47
Binary 10101100 100011 11100 0 1010000 1010100 100001 11 1001000 100111

Color Harmonies of #AC231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC231C

Black with #AC231C

Text Example


Text Example

White with #AC231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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