Html Css Color HEX #AC140F Fire Brick

📋 copy color: '#AC140F'

red 172 ◦ green 20 ◦ blue 15

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

Shades of Fire Brick #AC140F

Tints of Fire Brick #AC140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.66%

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

R = 83.09%
G = 9.66%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC140F (or 0xAC140F) is known color: Fire Brick. HEX triplet: AC, 14 and 0F. RGB value is (172,20,15). Sum of RGB (Red+Green+Blue) = 172+20+15=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC140F is #53EBF0. Grayscale: #414141. Windows color (decimal): -5499889 or 988332. OLE color: 988332.

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

Color convert

RGB 172 20 15 -
CMYK 0 0.88 0.91 0.33
HSL 1.91º 0.84% 0.37% -
HSV(B) 1.91º 0.91% 0.67% -
XYZ 17.35 9.31 1.33 -
YUV 64.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 172 20 15 0 0.88 0.91 0.33 1.91 0.84 0.37
Hex AC 14 F 0 58 5B 21 2 54 25
Octal 254 24 17 0 130 133 41 2 124 45
Binary 10101100 10100 1111 0 1011000 1011011 100001 10 1010100 100101

Color Harmonies of #AC140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC140F

Black with #AC140F

Text Example


Text Example

White with #AC140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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