Html Css Color HEX #AC2721 Fire Brick

📋 copy color: '#AC2721'

red 172 ◦ green 39 ◦ blue 33

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

Shades of Fire Brick #AC2721

Tints of Fire Brick #AC2721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.52%

R = 70.49%
G = 15.98%
B = 13.52%

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

#AC2721 (or 0xAC2721) is known color: Fire Brick. HEX triplet: AC, 27 and 21. RGB value is (172,39,33). Sum of RGB (Red+Green+Blue) = 172+39+33=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2721 is #53D8DE. Grayscale: #4E4E4E. Windows color (decimal): -5495007 or 2172844. OLE color: 2172844.

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

Color convert

RGB 172 39 33 -
CMYK 0 0.77 0.81 0.33
HSL 2.59º 0.68% 0.4% -
HSV(B) 2.59º 0.81% 0.67% -
XYZ 18.01 10.33 2.48 -
YUV 78.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 172 39 33 0 0.77 0.81 0.33 2.59 0.68 0.4
Hex AC 27 21 0 4D 51 21 3 44 28
Octal 254 47 41 0 115 121 41 3 104 50
Binary 10101100 100111 100001 0 1001101 1010001 100001 11 1000100 101000

Color Harmonies of #AC2721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2721

Black with #AC2721

Text Example


Text Example

White with #AC2721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2721; }

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

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

background-color css

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

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

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

border-color css

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

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

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