Html Css Color HEX #AC1C12 Fire Brick

📋 copy color: '#AC1C12'

red 172 ◦ green 28 ◦ blue 18

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

Shades of Fire Brick #AC1C12

Tints of Fire Brick #AC1C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.84%

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 78.9%
G = 12.84%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC1C12 (or 0xAC1C12) is known color: Fire Brick. HEX triplet: AC, 1C and 12. RGB value is (172,28,18). Sum of RGB (Red+Green+Blue) = 172+28+18=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C12 is #53E3ED. Grayscale: #464646. Windows color (decimal): -5497838 or 1186988. OLE color: 1186988.

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

Color convert

RGB 172 28 18 -
CMYK 0 0.84 0.90 0.33
HSL 3.9º 0.81% 0.37% -
HSV(B) 3.9º 0.9% 0.67% -
XYZ 17.54 9.64 1.51 -
YUV 69.92 98.71 200.81 -
System Red Green Blue C M Y K H S L
Decimal 172 28 18 0 0.84 0.90 0.33 3.9 0.81 0.37
Hex AC 1C 12 0 54 5A 21 4 51 25
Octal 254 34 22 0 124 132 41 4 121 45
Binary 10101100 11100 10010 0 1010100 1011010 100001 100 1010001 100101

Color Harmonies of #AC1C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C12

Black with #AC1C12

Text Example


Text Example

White with #AC1C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C12; }

 p { color: rgb(172,28,18); }

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

background-color css

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

 a { background-color: rgb(172,28,18); }

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

border-color css

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

 span { border-color: rgb(172,28,18); }

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