Html Css Color HEX #AC2313 Fire Brick

📋 copy color: '#AC2313'

red 172 ◦ green 35 ◦ blue 19

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

Shades of Fire Brick #AC2313

Tints of Fire Brick #AC2313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.41%

R = 76.11%
G = 15.49%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC2313 (or 0xAC2313) is known color: Fire Brick. HEX triplet: AC, 23 and 13. RGB value is (172,35,19). Sum of RGB (Red+Green+Blue) = 172+35+19=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2313 is #53DCEC. Grayscale: #4A4A4A. Windows color (decimal): -5496045 or 1254316. OLE color: 1254316.

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

Color convert

RGB 172 35 19 -
CMYK 0 0.80 0.89 0.33
HSL 6.27º 0.8% 0.37% -
HSV(B) 6.27º 0.89% 0.67% -
XYZ 17.73 10.02 1.62 -
YUV 74.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 172 35 19 0 0.80 0.89 0.33 6.27 0.8 0.37
Hex AC 23 13 0 50 59 21 6 50 25
Octal 254 43 23 0 120 131 41 6 120 45
Binary 10101100 100011 10011 0 1010000 1011001 100001 110 1010000 100101

Color Harmonies of #AC2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2313

Black with #AC2313

Text Example


Text Example

White with #AC2313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2313; }

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

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

background-color css

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

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

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

border-color css

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

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

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