Html Css Color HEX #AC2A22 Fire Brick

📋 copy color: '#AC2A22'

red 172 ◦ green 42 ◦ blue 34

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

Shades of Fire Brick #AC2A22

Tints of Fire Brick #AC2A22

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.94%

 BLUE value IS 34 (13.67% from 255) = 13.71%

R = 69.35%
G = 16.94%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC2A22 (or 0xAC2A22) is known color: Fire Brick. HEX triplet: AC, 2A and 22. RGB value is (172,42,34). Sum of RGB (Red+Green+Blue) = 172+42+34=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2A22 is #53D5DD. Grayscale: #505050. Windows color (decimal): -5494238 or 2239148. OLE color: 2239148.

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

Color convert

RGB 172 42 34 -
CMYK 0 0.76 0.80 0.33
HSL 3.48º 0.67% 0.4% -
HSV(B) 3.48º 0.8% 0.67% -
XYZ 18.13 10.54 2.59 -
YUV 79.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 172 42 34 0 0.76 0.80 0.33 3.48 0.67 0.4
Hex AC 2A 22 0 4C 50 21 3 43 28
Octal 254 52 42 0 114 120 41 3 103 50
Binary 10101100 101010 100010 0 1001100 1010000 100001 11 1000011 101000

Color Harmonies of #AC2A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A22

Black with #AC2A22

Text Example


Text Example

White with #AC2A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A22; }

 p { color: rgb(172,42,34); }

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

background-color css

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

 a { background-color: rgb(172,42,34); }

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

border-color css

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

 span { border-color: rgb(172,42,34); }

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