Html Css Color HEX #AC2720 Fire Brick

📋 copy color: '#AC2720'

red 172 ◦ green 39 ◦ blue 32

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

Shades of Fire Brick #AC2720

Tints of Fire Brick #AC2720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.05%

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 70.78%
G = 16.05%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC2720 (or 0xAC2720) is known color: Fire Brick. HEX triplet: AC, 27 and 20. RGB value is (172,39,32). Sum of RGB (Red+Green+Blue) = 172+39+32=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2720 is #53D8DF. Grayscale: #4E4E4E. Windows color (decimal): -5495008 or 2107308. OLE color: 2107308.

HSL color Cylindrical-coordinate representation of color #AC2720: hue angle of 3º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2720 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 39 32 -
CMYK 0 0.77 0.81 0.33
HSL 0.69% 0.4% -
HSV(B) 0.81% 0.67% -
XYZ 18 10.33 2.41 -
YUV 77.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 172 39 32 0 0.77 0.81 0.33 3 0.69 0.4
Hex AC 27 20 0 4D 51 21 3 45 28
Octal 254 47 40 0 115 121 41 3 105 50
Binary 10101100 100111 100000 0 1001101 1010001 100001 11 1000101 101000

Color Harmonies of #AC2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2720

Black with #AC2720

Text Example


Text Example

White with #AC2720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2720; }

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

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

background-color css

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

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

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

border-color css

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

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

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