Html Css Color HEX #AC160C Fire Brick

📋 copy color: '#AC160C'

red 172 ◦ green 22 ◦ blue 12

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

Shades of Fire Brick #AC160C

Tints of Fire Brick #AC160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 83.5%
G = 10.68%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC160C (or 0xAC160C) is known color: Fire Brick. HEX triplet: AC, 16 and 0C. RGB value is (172,22,12). Sum of RGB (Red+Green+Blue) = 172+22+12=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC160C is #53E9F3. Grayscale: #414141. Windows color (decimal): -5499380 or 792236. OLE color: 792236.

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

Color convert

RGB 172 22 12 -
CMYK 0 0.87 0.93 0.33
HSL 3.75º 0.87% 0.36% -
HSV(B) 3.75º 0.93% 0.67% -
XYZ 17.37 9.37 1.24 -
YUV 65.71 97.7 203.81 -
System Red Green Blue C M Y K H S L
Decimal 172 22 12 0 0.87 0.93 0.33 3.75 0.87 0.36
Hex AC 16 C 0 57 5D 21 4 57 24
Octal 254 26 14 0 127 135 41 4 127 44
Binary 10101100 10110 1100 0 1010111 1011101 100001 100 1010111 100100

Color Harmonies of #AC160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC160C

Black with #AC160C

Text Example


Text Example

White with #AC160C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC160C; }

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

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

background-color css

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

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

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

border-color css

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

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

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