Html Css Color HEX #AC2323 Fire Brick

📋 copy color: '#AC2323'

red 172 ◦ green 35 ◦ blue 35

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

Shades of Fire Brick #AC2323

Tints of Fire Brick #AC2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.46%

 BLUE value IS 35 (14.06% from 255) = 14.46%

R = 71.07%
G = 14.46%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC2323 (or 0xAC2323) is known color: Fire Brick. HEX triplet: AC, 23 and 23. RGB value is (172,35,35). Sum of RGB (Red+Green+Blue) = 172+35+35=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2323 is #53DCDC. Grayscale: #4C4C4C. Windows color (decimal): -5496029 or 2302892. OLE color: 2302892.

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

Color convert

RGB 172 35 35 -
CMYK 0 0.80 0.80 0.33
HSL 0.66% 0.41% -
HSV(B) 0.8% 0.67% -
XYZ 17.92 10.09 2.59 -
YUV 75.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 172 35 35 0 0.80 0.80 0.33 0 0.66 0.41
Hex AC 23 23 0 50 50 21 0 42 29
Octal 254 43 43 0 120 120 41 0 102 51
Binary 10101100 100011 100011 0 1010000 1010000 100001 0 1000010 101001

Color Harmonies of #AC2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2323

Black with #AC2323

Text Example


Text Example

White with #AC2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2323; }

 p { color: rgb(172,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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