Html Css Color HEX #AC201C Fire Brick

📋 copy color: '#AC201C'

red 172 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #AC201C

Tints of Fire Brick #AC201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

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

R = 74.14%
G = 13.79%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC201C (or 0xAC201C) is known color: Fire Brick. HEX triplet: AC, 20 and 1C. RGB value is (172,32,28). Sum of RGB (Red+Green+Blue) = 172+32+28=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC201C is #53DFE3. Grayscale: #494949. Windows color (decimal): -5496804 or 1843372. OLE color: 1843372.

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

Color convert

RGB 172 32 28 -
CMYK 0 0.81 0.84 0.33
HSL 1.67º 0.72% 0.39% -
HSV(B) 1.67º 0.84% 0.67% -
XYZ 17.74 9.89 2.07 -
YUV 73.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 172 32 28 0 0.81 0.84 0.33 1.67 0.72 0.39
Hex AC 20 1C 0 51 54 21 2 48 27
Octal 254 40 34 0 121 124 41 2 110 47
Binary 10101100 100000 11100 0 1010001 1010100 100001 10 1001000 100111

Color Harmonies of #AC201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC201C

Black with #AC201C

Text Example


Text Example

White with #AC201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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