Html Css Color HEX #AC2813 Fire Brick

📋 copy color: '#AC2813'

red 172 ◦ green 40 ◦ blue 19

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

Shades of Fire Brick #AC2813

Tints of Fire Brick #AC2813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

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

R = 74.46%
G = 17.32%
B = 8.23%

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

#AC2813 (or 0xAC2813) is known color: Fire Brick. HEX triplet: AC, 28 and 13. RGB value is (172,40,19). Sum of RGB (Red+Green+Blue) = 172+40+19=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2813 is #53D7EC. Grayscale: #4D4D4D. Windows color (decimal): -5494765 or 1255596. OLE color: 1255596.

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

Color convert

RGB 172 40 19 -
CMYK 0 0.77 0.89 0.33
HSL 8.24º 0.8% 0.37% -
HSV(B) 8.24º 0.89% 0.67% -
XYZ 17.89 10.34 1.67 -
YUV 77.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 172 40 19 0 0.77 0.89 0.33 8.24 0.8 0.37
Hex AC 28 13 0 4D 59 21 8 50 25
Octal 254 50 23 0 115 131 41 10 120 45
Binary 10101100 101000 10011 0 1001101 1011001 100001 1000 1010000 100101

Color Harmonies of #AC2813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2813

Black with #AC2813

Text Example


Text Example

White with #AC2813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2813; }

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

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

background-color css

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

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

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

border-color css

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

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

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