Html Css Color HEX #AC150D Fire Brick

📋 copy color: '#AC150D'

red 172 ◦ green 21 ◦ blue 13

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

Shades of Fire Brick #AC150D

Tints of Fire Brick #AC150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.31%

R = 83.5%
G = 10.19%
B = 6.31%

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

#AC150D (or 0xAC150D) is known color: Fire Brick. HEX triplet: AC, 15 and 0D. RGB value is (172,21,13). Sum of RGB (Red+Green+Blue) = 172+21+13=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC150D is #53EAF2. Grayscale: #414141. Windows color (decimal): -5499635 or 857516. OLE color: 857516.

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

Color convert

RGB 172 21 13 -
CMYK 0 0.88 0.92 0.33
HSL 3.02º 0.86% 0.36% -
HSV(B) 3.02º 0.92% 0.67% -
XYZ 17.35 9.34 1.27 -
YUV 65.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 172 21 13 0 0.88 0.92 0.33 3.02 0.86 0.36
Hex AC 15 D 0 58 5C 21 3 56 24
Octal 254 25 15 0 130 134 41 3 126 44
Binary 10101100 10101 1101 0 1011000 1011100 100001 11 1010110 100100

Color Harmonies of #AC150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC150D

Black with #AC150D

Text Example


Text Example

White with #AC150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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