Html Css Color HEX #AC2E14 Fire Brick

📋 copy color: '#AC2E14'

red 172 ◦ green 46 ◦ blue 20

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

Shades of Fire Brick #AC2E14

Tints of Fire Brick #AC2E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.33%

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 72.27%
G = 19.33%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC2E14 (or 0xAC2E14) is known color: Fire Brick. HEX triplet: AC, 2E and 14. RGB value is (172,46,20). Sum of RGB (Red+Green+Blue) = 172+46+20=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2E14 is #53D1EB. Grayscale: #505050. Windows color (decimal): -5493228 or 1322668. OLE color: 1322668.

HSL color Cylindrical-coordinate representation of color #AC2E14: hue angle of 10.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC2E14 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 46 20 -
CMYK 0 0.73 0.88 0.33
HSL 10.26º 0.79% 0.38% -
HSV(B) 10.26º 0.88% 0.67% -
XYZ 18.12 10.78 1.79 -
YUV 80.71 93.74 193.11 -
System Red Green Blue C M Y K H S L
Decimal 172 46 20 0 0.73 0.88 0.33 10.26 0.79 0.38
Hex AC 2E 14 0 49 58 21 A 4F 26
Octal 254 56 24 0 111 130 41 12 117 46
Binary 10101100 101110 10100 0 1001001 1011000 100001 1010 1001111 100110

Color Harmonies of #AC2E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E14

Black with #AC2E14

Text Example


Text Example

White with #AC2E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E14; }

 p { color: rgb(172,46,20); }

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

background-color css

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

 a { background-color: rgb(172,46,20); }

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

border-color css

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

 span { border-color: rgb(172,46,20); }

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