Html Css Color HEX #AC2D13 Fire Brick

📋 copy color: '#AC2D13'

red 172 ◦ green 45 ◦ blue 19

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

Shades of Fire Brick #AC2D13

Tints of Fire Brick #AC2D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.07%

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

R = 72.88%
G = 19.07%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC2D13 (or 0xAC2D13) is known color: Fire Brick. HEX triplet: AC, 2D and 13. RGB value is (172,45,19). Sum of RGB (Red+Green+Blue) = 172+45+19=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2D13 is #53D2EC. Grayscale: #505050. Windows color (decimal): -5493485 or 1256876. OLE color: 1256876.

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

Color convert

RGB 172 45 19 -
CMYK 0 0.74 0.89 0.33
HSL 10.2º 0.8% 0.37% -
HSV(B) 10.2º 0.89% 0.67% -
XYZ 18.07 10.69 1.73 -
YUV 80.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 172 45 19 0 0.74 0.89 0.33 10.2 0.8 0.37
Hex AC 2D 13 0 4A 59 21 A 50 25
Octal 254 55 23 0 112 131 41 12 120 45
Binary 10101100 101101 10011 0 1001010 1011001 100001 1010 1010000 100101

Color Harmonies of #AC2D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2D13

Black with #AC2D13

Text Example


Text Example

White with #AC2D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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