Html Css Color HEX #AC221A Fire Brick

📋 copy color: '#AC221A'

red 172 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #AC221A

Tints of Fire Brick #AC221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

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

R = 74.14%
G = 14.66%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC221A (or 0xAC221A) is known color: Fire Brick. HEX triplet: AC, 22 and 1A. RGB value is (172,34,26). Sum of RGB (Red+Green+Blue) = 172+34+26=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC221A is #53DDE5. Grayscale: #4A4A4A. Windows color (decimal): -5496294 or 1712812. OLE color: 1712812.

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

Color convert

RGB 172 34 26 -
CMYK 0 0.80 0.85 0.33
HSL 3.29º 0.74% 0.39% -
HSV(B) 3.29º 0.85% 0.67% -
XYZ 17.77 9.99 1.97 -
YUV 74.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 172 34 26 0 0.80 0.85 0.33 3.29 0.74 0.39
Hex AC 22 1A 0 50 55 21 3 4A 27
Octal 254 42 32 0 120 125 41 3 112 47
Binary 10101100 100010 11010 0 1010000 1010101 100001 11 1001010 100111

Color Harmonies of #AC221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC221A

Black with #AC221A

Text Example


Text Example

White with #AC221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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