Html Css Color HEX #AC280E Fire Brick

📋 copy color: '#AC280E'

red 172 ◦ green 40 ◦ blue 14

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

Shades of Fire Brick #AC280E

Tints of Fire Brick #AC280E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 76.11%
G = 17.7%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC280E (or 0xAC280E) is known color: Fire Brick. HEX triplet: AC, 28 and 0E. RGB value is (172,40,14). Sum of RGB (Red+Green+Blue) = 172+40+14=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC280E is #53D7F1. Grayscale: #4C4C4C. Windows color (decimal): -5494770 or 927916. OLE color: 927916.

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

Color convert

RGB 172 40 14 -
CMYK 0 0.77 0.92 0.33
HSL 9.87º 0.85% 0.36% -
HSV(B) 9.87º 0.92% 0.67% -
XYZ 17.85 10.32 1.47 -
YUV 76.5 92.73 196.11 -
System Red Green Blue C M Y K H S L
Decimal 172 40 14 0 0.77 0.92 0.33 9.87 0.85 0.36
Hex AC 28 E 0 4D 5C 21 A 55 24
Octal 254 50 16 0 115 134 41 12 125 44
Binary 10101100 101000 1110 0 1001101 1011100 100001 1010 1010101 100100

Color Harmonies of #AC280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC280E

Black with #AC280E

Text Example


Text Example

White with #AC280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC280E; }

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

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

background-color css

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

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

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

border-color css

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

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

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