Html Css Color HEX #AC2713 Fire Brick

📋 copy color: '#AC2713'

red 172 ◦ green 39 ◦ blue 19

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

Shades of Fire Brick #AC2713

Tints of Fire Brick #AC2713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.96%

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

R = 74.78%
G = 16.96%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC2713 (or 0xAC2713) is known color: Fire Brick. HEX triplet: AC, 27 and 13. RGB value is (172,39,19). Sum of RGB (Red+Green+Blue) = 172+39+19=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2713 is #53D8EC. Grayscale: #4C4C4C. Windows color (decimal): -5495021 or 1255340. OLE color: 1255340.

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

Color convert

RGB 172 39 19 -
CMYK 0 0.77 0.89 0.33
HSL 7.84º 0.8% 0.37% -
HSV(B) 7.84º 0.89% 0.67% -
XYZ 17.86 10.27 1.66 -
YUV 76.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 172 39 19 0 0.77 0.89 0.33 7.84 0.8 0.37
Hex AC 27 13 0 4D 59 21 8 50 25
Octal 254 47 23 0 115 131 41 10 120 45
Binary 10101100 100111 10011 0 1001101 1011001 100001 1000 1010000 100101

Color Harmonies of #AC2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2713

Black with #AC2713

Text Example


Text Example

White with #AC2713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2713; }

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

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

background-color css

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

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

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

border-color css

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

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

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