Html Css Color HEX #AC2920 Fire Brick

📋 copy color: '#AC2920'

red 172 ◦ green 41 ◦ blue 32

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

Shades of Fire Brick #AC2920

Tints of Fire Brick #AC2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

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

R = 70.2%
G = 16.73%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC2920 (or 0xAC2920) is known color: Fire Brick. HEX triplet: AC, 29 and 20. RGB value is (172,41,32). Sum of RGB (Red+Green+Blue) = 172+41+32=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2920 is #53D6DF. Grayscale: #4F4F4F. Windows color (decimal): -5494496 or 2107820. OLE color: 2107820.

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

Color convert

RGB 172 41 32 -
CMYK 0 0.76 0.81 0.33
HSL 3.86º 0.69% 0.4% -
HSV(B) 3.86º 0.81% 0.67% -
XYZ 18.07 10.46 2.43 -
YUV 79.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 172 41 32 0 0.76 0.81 0.33 3.86 0.69 0.4
Hex AC 29 20 0 4C 51 21 4 45 28
Octal 254 51 40 0 114 121 41 4 105 50
Binary 10101100 101001 100000 0 1001100 1010001 100001 100 1000101 101000

Color Harmonies of #AC2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2920

Black with #AC2920

Text Example


Text Example

White with #AC2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2920; }

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

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

background-color css

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

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

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

border-color css

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

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

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