Html Css Color HEX #AC280C Fire Brick

📋 copy color: '#AC280C'

red 172 ◦ green 40 ◦ blue 12

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

Shades of Fire Brick #AC280C

Tints of Fire Brick #AC280C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.36%

R = 76.79%
G = 17.86%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC280C (or 0xAC280C) is known color: Fire Brick. HEX triplet: AC, 28 and 0C. RGB value is (172,40,12). Sum of RGB (Red+Green+Blue) = 172+40+12=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC280C is #53D7F3. Grayscale: #4C4C4C. Windows color (decimal): -5494772 or 796844. OLE color: 796844.

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

Color convert

RGB 172 40 12 -
CMYK 0 0.77 0.93 0.33
HSL 10.5º 0.87% 0.36% -
HSV(B) 10.5º 0.93% 0.67% -
XYZ 17.84 10.31 1.4 -
YUV 76.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 172 40 12 0 0.77 0.93 0.33 10.5 0.87 0.36
Hex AC 28 C 0 4D 5D 21 A 57 24
Octal 254 50 14 0 115 135 41 12 127 44
Binary 10101100 101000 1100 0 1001101 1011101 100001 1010 1010111 100100

Color Harmonies of #AC280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC280C

Black with #AC280C

Text Example


Text Example

White with #AC280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC280C; }

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

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

background-color css

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

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

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

border-color css

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

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

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