Html Css Color HEX #AC2A1A Fire Brick

📋 copy color: '#AC2A1A'

red 172 ◦ green 42 ◦ blue 26

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

Shades of Fire Brick #AC2A1A

Tints of Fire Brick #AC2A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 71.67%
G = 17.5%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC2A1A (or 0xAC2A1A) is known color: Fire Brick. HEX triplet: AC, 2A and 1A. RGB value is (172,42,26). Sum of RGB (Red+Green+Blue) = 172+42+26=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2A1A is #53D5E5. Grayscale: #4F4F4F. Windows color (decimal): -5494246 or 1714860. OLE color: 1714860.

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

Color convert

RGB 172 42 26 -
CMYK 0 0.76 0.85 0.33
HSL 6.58º 0.74% 0.39% -
HSV(B) 6.58º 0.85% 0.67% -
XYZ 18.03 10.5 2.05 -
YUV 79.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 172 42 26 0 0.76 0.85 0.33 6.58 0.74 0.39
Hex AC 2A 1A 0 4C 55 21 7 4A 27
Octal 254 52 32 0 114 125 41 7 112 47
Binary 10101100 101010 11010 0 1001100 1010101 100001 111 1001010 100111

Color Harmonies of #AC2A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A1A

Black with #AC2A1A

Text Example


Text Example

White with #AC2A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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