Html Css Color HEX #AC2521 Fire Brick

📋 copy color: '#AC2521'

red 172 ◦ green 37 ◦ blue 33

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

Shades of Fire Brick #AC2521

Tints of Fire Brick #AC2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

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

R = 71.07%
G = 15.29%
B = 13.64%

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

#AC2521 (or 0xAC2521) is known color: Fire Brick. HEX triplet: AC, 25 and 21. RGB value is (172,37,33). Sum of RGB (Red+Green+Blue) = 172+37+33=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2521 is #53DADE. Grayscale: #4D4D4D. Windows color (decimal): -5495519 or 2172332. OLE color: 2172332.

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

Color convert

RGB 172 37 33 -
CMYK 0 0.78 0.81 0.33
HSL 1.73º 0.68% 0.4% -
HSV(B) 1.73º 0.81% 0.67% -
XYZ 17.95 10.2 2.46 -
YUV 76.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 172 37 33 0 0.78 0.81 0.33 1.73 0.68 0.4
Hex AC 25 21 0 4E 51 21 2 44 28
Octal 254 45 41 0 116 121 41 2 104 50
Binary 10101100 100101 100001 0 1001110 1010001 100001 10 1000100 101000

Color Harmonies of #AC2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2521

Black with #AC2521

Text Example


Text Example

White with #AC2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2521; }

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

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

background-color css

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

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

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

border-color css

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

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

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