Html Css Color HEX #AC211A Fire Brick

📋 copy color: '#AC211A'

red 172 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #AC211A

Tints of Fire Brick #AC211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

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

R = 74.46%
G = 14.29%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC211A (or 0xAC211A) is known color: Fire Brick. HEX triplet: AC, 21 and 1A. RGB value is (172,33,26). Sum of RGB (Red+Green+Blue) = 172+33+26=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC211A is #53DEE5. Grayscale: #494949. Windows color (decimal): -5496550 or 1712556. OLE color: 1712556.

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

Color convert

RGB 172 33 26 -
CMYK 0 0.81 0.85 0.33
HSL 2.88º 0.74% 0.39% -
HSV(B) 2.88º 0.85% 0.67% -
XYZ 17.74 9.93 1.96 -
YUV 73.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 172 33 26 0 0.81 0.85 0.33 2.88 0.74 0.39
Hex AC 21 1A 0 51 55 21 3 4A 27
Octal 254 41 32 0 121 125 41 3 112 47
Binary 10101100 100001 11010 0 1010001 1010101 100001 11 1001010 100111

Color Harmonies of #AC211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC211A

Black with #AC211A

Text Example


Text Example

White with #AC211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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