Html Css Color HEX #AC110F Fire Brick

📋 copy color: '#AC110F'

red 172 ◦ green 17 ◦ blue 15

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

Shades of Fire Brick #AC110F

Tints of Fire Brick #AC110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.33%

 BLUE value IS 15 (6.25% from 255) = 7.35%

R = 84.31%
G = 8.33%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC110F (or 0xAC110F) is known color: Fire Brick. HEX triplet: AC, 11 and 0F. RGB value is (172,17,15). Sum of RGB (Red+Green+Blue) = 172+17+15=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC110F is #53EEF0. Grayscale: #3F3F3F. Windows color (decimal): -5500657 or 987564. OLE color: 987564.

HSL color Cylindrical-coordinate representation of color #AC110F: hue angle of 0.76º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC110F is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 15 -
CMYK 0 0.90 0.91 0.33
HSL 0.76º 0.84% 0.37% -
HSV(B) 0.76º 0.91% 0.67% -
XYZ 17.3 9.21 1.32 -
YUV 63.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 172 17 15 0 0.90 0.91 0.33 0.76 0.84 0.37
Hex AC 11 F 0 5A 5B 21 1 54 25
Octal 254 21 17 0 132 133 41 1 124 45
Binary 10101100 10001 1111 0 1011010 1011011 100001 1 1010100 100101

Color Harmonies of #AC110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC110F

Black with #AC110F

Text Example


Text Example

White with #AC110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC110F; }

 p { color: rgb(172,17,15); }

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

background-color css

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

 a { background-color: rgb(172,17,15); }

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

border-color css

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

 span { border-color: rgb(172,17,15); }

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