Html Css Color HEX #AC150E Fire Brick

📋 copy color: '#AC150E'

red 172 ◦ green 21 ◦ blue 14

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

Shades of Fire Brick #AC150E

Tints of Fire Brick #AC150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

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

R = 83.09%
G = 10.14%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC150E (or 0xAC150E) is known color: Fire Brick. HEX triplet: AC, 15 and 0E. RGB value is (172,21,14). Sum of RGB (Red+Green+Blue) = 172+21+14=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC150E is #53EAF1. Grayscale: #414141. Windows color (decimal): -5499634 or 923052. OLE color: 923052.

HSL color Cylindrical-coordinate representation of color #AC150E: hue angle of 2.66º 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 #AC150E is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 21 14 -
CMYK 0 0.88 0.92 0.33
HSL 2.66º 0.85% 0.36% -
HSV(B) 2.66º 0.92% 0.67% -
XYZ 17.36 9.34 1.3 -
YUV 65.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 172 21 14 0 0.88 0.92 0.33 2.66 0.85 0.36
Hex AC 15 E 0 58 5C 21 3 55 24
Octal 254 25 16 0 130 134 41 3 125 44
Binary 10101100 10101 1110 0 1011000 1011100 100001 11 1010101 100100

Color Harmonies of #AC150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC150E

Black with #AC150E

Text Example


Text Example

White with #AC150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC150E; }

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

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

background-color css

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

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

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

border-color css

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

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

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