Html Css Color HEX #AC221B Fire Brick

📋 copy color: '#AC221B'

red 172 ◦ green 34 ◦ blue 27

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

Shades of Fire Brick #AC221B

Tints of Fire Brick #AC221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.59%

R = 73.82%
G = 14.59%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC221B (or 0xAC221B) is known color: Fire Brick. HEX triplet: AC, 22 and 1B. RGB value is (172,34,27). Sum of RGB (Red+Green+Blue) = 172+34+27=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC221B is #53DDE4. Grayscale: #4A4A4A. Windows color (decimal): -5496293 or 1778348. OLE color: 1778348.

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

Color convert

RGB 172 34 27 -
CMYK 0 0.80 0.84 0.33
HSL 2.9º 0.73% 0.39% -
HSV(B) 2.9º 0.84% 0.67% -
XYZ 17.78 9.99 2.03 -
YUV 74.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 172 34 27 0 0.80 0.84 0.33 2.9 0.73 0.39
Hex AC 22 1B 0 50 54 21 3 49 27
Octal 254 42 33 0 120 124 41 3 111 47
Binary 10101100 100010 11011 0 1010000 1010100 100001 11 1001001 100111

Color Harmonies of #AC221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC221B

Black with #AC221B

Text Example


Text Example

White with #AC221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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