Html Css Color HEX #AC301C Fire Brick

📋 copy color: '#AC301C'

red 172 ◦ green 48 ◦ blue 28

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

Shades of Fire Brick #AC301C

Tints of Fire Brick #AC301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

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

R = 69.35%
G = 19.35%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC301C (or 0xAC301C) is known color: Fire Brick. HEX triplet: AC, 30 and 1C. RGB value is (172,48,28). Sum of RGB (Red+Green+Blue) = 172+48+28=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC301C is #53CFE3. Grayscale: #535353. Windows color (decimal): -5492708 or 1847468. OLE color: 1847468.

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

Color convert

RGB 172 48 28 -
CMYK 0 0.72 0.84 0.33
HSL 8.33º 0.72% 0.39% -
HSV(B) 8.33º 0.84% 0.67% -
XYZ 18.28 10.97 2.25 -
YUV 82.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 172 48 28 0 0.72 0.84 0.33 8.33 0.72 0.39
Hex AC 30 1C 0 48 54 21 8 48 27
Octal 254 60 34 0 110 124 41 10 110 47
Binary 10101100 110000 11100 0 1001000 1010100 100001 1000 1001000 100111

Color Harmonies of #AC301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC301C

Black with #AC301C

Text Example


Text Example

White with #AC301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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