Html Css Color HEX #AC2716 Fire Brick

📋 copy color: '#AC2716'

red 172 ◦ green 39 ◦ blue 22

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

Shades of Fire Brick #AC2716

Tints of Fire Brick #AC2716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 73.82%
G = 16.74%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC2716 (or 0xAC2716) is known color: Fire Brick. HEX triplet: AC, 27 and 16. RGB value is (172,39,22). Sum of RGB (Red+Green+Blue) = 172+39+22=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2716 is #53D8E9. Grayscale: #4D4D4D. Windows color (decimal): -5495018 or 1451948. OLE color: 1451948.

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

Color convert

RGB 172 39 22 -
CMYK 0 0.77 0.87 0.33
HSL 6.8º 0.77% 0.38% -
HSV(B) 6.8º 0.87% 0.67% -
XYZ 17.88 10.28 1.8 -
YUV 76.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 172 39 22 0 0.77 0.87 0.33 6.8 0.77 0.38
Hex AC 27 16 0 4D 57 21 7 4D 26
Octal 254 47 26 0 115 127 41 7 115 46
Binary 10101100 100111 10110 0 1001101 1010111 100001 111 1001101 100110

Color Harmonies of #AC2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2716

Black with #AC2716

Text Example


Text Example

White with #AC2716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2716; }

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

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

background-color css

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

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

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

border-color css

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

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

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