Html Css Color HEX #AC2A21 Fire Brick

📋 copy color: '#AC2A21'

red 172 ◦ green 42 ◦ blue 33

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

Shades of Fire Brick #AC2A21

Tints of Fire Brick #AC2A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.36%

R = 69.64%
G = 17%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC2A21 (or 0xAC2A21) is known color: Fire Brick. HEX triplet: AC, 2A and 21. RGB value is (172,42,33). Sum of RGB (Red+Green+Blue) = 172+42+33=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2A21 is #53D5DE. Grayscale: #505050. Windows color (decimal): -5494239 or 2173612. OLE color: 2173612.

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

Color convert

RGB 172 42 33 -
CMYK 0 0.76 0.81 0.33
HSL 3.88º 0.68% 0.4% -
HSV(B) 3.88º 0.81% 0.67% -
XYZ 18.12 10.54 2.52 -
YUV 79.84 101.57 193.73 -
System Red Green Blue C M Y K H S L
Decimal 172 42 33 0 0.76 0.81 0.33 3.88 0.68 0.4
Hex AC 2A 21 0 4C 51 21 4 44 28
Octal 254 52 41 0 114 121 41 4 104 50
Binary 10101100 101010 100001 0 1001100 1010001 100001 100 1000100 101000

Color Harmonies of #AC2A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A21

Black with #AC2A21

Text Example


Text Example

White with #AC2A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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