Html Css Color HEX #AC2423 Fire Brick

📋 copy color: '#AC2423'

red 172 ◦ green 36 ◦ blue 35

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

Shades of Fire Brick #AC2423

Tints of Fire Brick #AC2423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.81%

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

R = 70.78%
G = 14.81%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC2423 (or 0xAC2423) is known color: Fire Brick. HEX triplet: AC, 24 and 23. RGB value is (172,36,35). Sum of RGB (Red+Green+Blue) = 172+36+35=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2423 is #53DBDC. Grayscale: #4C4C4C. Windows color (decimal): -5495773 or 2303148. OLE color: 2303148.

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

Color convert

RGB 172 36 35 -
CMYK 0 0.79 0.80 0.33
HSL 0.44º 0.66% 0.41% -
HSV(B) 0.44º 0.8% 0.67% -
XYZ 17.95 10.15 2.6 -
YUV 76.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 172 36 35 0 0.79 0.80 0.33 0.44 0.66 0.41
Hex AC 24 23 0 4F 50 21 0 42 29
Octal 254 44 43 0 117 120 41 0 102 51
Binary 10101100 100100 100011 0 1001111 1010000 100001 0 1000010 101001

Color Harmonies of #AC2423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2423

Black with #AC2423

Text Example


Text Example

White with #AC2423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2423; }

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

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

background-color css

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

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

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

border-color css

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

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

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