Html Css Color HEX #AC1C11 Fire Brick

📋 copy color: '#AC1C11'

red 172 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #AC1C11

Tints of Fire Brick #AC1C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.83%

R = 79.26%
G = 12.9%
B = 7.83%

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

#AC1C11 (or 0xAC1C11) is known color: Fire Brick. HEX triplet: AC, 1C and 11. RGB value is (172,28,17). Sum of RGB (Red+Green+Blue) = 172+28+17=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C11 is #53E3EE. Grayscale: #454545. Windows color (decimal): -5497839 or 1121452. OLE color: 1121452.

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

Color convert

RGB 172 28 17 -
CMYK 0 0.84 0.90 0.33
HSL 4.26º 0.82% 0.37% -
HSV(B) 4.26º 0.9% 0.67% -
XYZ 17.53 9.64 1.47 -
YUV 69.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 172 28 17 0 0.84 0.90 0.33 4.26 0.82 0.37
Hex AC 1C 11 0 54 5A 21 4 52 25
Octal 254 34 21 0 124 132 41 4 122 45
Binary 10101100 11100 10001 0 1010100 1011010 100001 100 1010010 100101

Color Harmonies of #AC1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C11

Black with #AC1C11

Text Example


Text Example

White with #AC1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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