Html Css Color HEX #AC2513 Fire Brick

📋 copy color: '#AC2513'

red 172 ◦ green 37 ◦ blue 19

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

Shades of Fire Brick #AC2513

Tints of Fire Brick #AC2513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.23%

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

R = 75.44%
G = 16.23%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC2513 (or 0xAC2513) is known color: Fire Brick. HEX triplet: AC, 25 and 13. RGB value is (172,37,19). Sum of RGB (Red+Green+Blue) = 172+37+19=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2513 is #53DAEC. Grayscale: #4B4B4B. Windows color (decimal): -5495533 or 1254828. OLE color: 1254828.

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

Color convert

RGB 172 37 19 -
CMYK 0 0.78 0.89 0.33
HSL 7.06º 0.8% 0.37% -
HSV(B) 7.06º 0.89% 0.67% -
XYZ 17.79 10.14 1.64 -
YUV 75.31 96.23 196.96 -
System Red Green Blue C M Y K H S L
Decimal 172 37 19 0 0.78 0.89 0.33 7.06 0.8 0.37
Hex AC 25 13 0 4E 59 21 7 50 25
Octal 254 45 23 0 116 131 41 7 120 45
Binary 10101100 100101 10011 0 1001110 1011001 100001 111 1010000 100101

Color Harmonies of #AC2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2513

Black with #AC2513

Text Example


Text Example

White with #AC2513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2513; }

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

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

background-color css

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

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

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

border-color css

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

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

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