Html Css Color HEX #AC2621 Fire Brick

📋 copy color: '#AC2621'

red 172 ◦ green 38 ◦ blue 33

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

Shades of Fire Brick #AC2621

Tints of Fire Brick #AC2621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.64%

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

R = 70.78%
G = 15.64%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC2621 (or 0xAC2621) is known color: Fire Brick. HEX triplet: AC, 26 and 21. RGB value is (172,38,33). Sum of RGB (Red+Green+Blue) = 172+38+33=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2621 is #53D9DE. Grayscale: #4D4D4D. Windows color (decimal): -5495263 or 2172588. OLE color: 2172588.

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

Color convert

RGB 172 38 33 -
CMYK 0 0.78 0.81 0.33
HSL 2.16º 0.68% 0.4% -
HSV(B) 2.16º 0.81% 0.67% -
XYZ 17.98 10.27 2.47 -
YUV 77.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 172 38 33 0 0.78 0.81 0.33 2.16 0.68 0.4
Hex AC 26 21 0 4E 51 21 2 44 28
Octal 254 46 41 0 116 121 41 2 104 50
Binary 10101100 100110 100001 0 1001110 1010001 100001 10 1000100 101000

Color Harmonies of #AC2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2621

Black with #AC2621

Text Example


Text Example

White with #AC2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2621; }

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

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

background-color css

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

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

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

border-color css

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

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

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