Html Css Color HEX #AC1F0C Fire Brick

📋 copy color: '#AC1F0C'

red 172 ◦ green 31 ◦ blue 12

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

Shades of Fire Brick #AC1F0C

Tints of Fire Brick #AC1F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.42%

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

R = 80%
G = 14.42%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC1F0C (or 0xAC1F0C) is known color: Fire Brick. HEX triplet: AC, 1F and 0C. RGB value is (172,31,12). Sum of RGB (Red+Green+Blue) = 172+31+12=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1F0C is #53E0F3. Grayscale: #474747. Windows color (decimal): -5497076 or 794540. OLE color: 794540.

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

Color convert

RGB 172 31 12 -
CMYK 0 0.82 0.93 0.33
HSL 7.13º 0.87% 0.36% -
HSV(B) 7.13º 0.93% 0.67% -
XYZ 17.57 9.78 1.31 -
YUV 70.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 172 31 12 0 0.82 0.93 0.33 7.13 0.87 0.36
Hex AC 1F C 0 52 5D 21 7 57 24
Octal 254 37 14 0 122 135 41 7 127 44
Binary 10101100 11111 1100 0 1010010 1011101 100001 111 1010111 100100

Color Harmonies of #AC1F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1F0C

Black with #AC1F0C

Text Example


Text Example

White with #AC1F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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