Html Css Color HEX #AC291B Fire Brick

📋 copy color: '#AC291B'

red 172 ◦ green 41 ◦ blue 27

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

Shades of Fire Brick #AC291B

Tints of Fire Brick #AC291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

 BLUE value IS 27 (10.94% from 255) = 11.25%

R = 71.67%
G = 17.08%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC291B (or 0xAC291B) is known color: Fire Brick. HEX triplet: AC, 29 and 1B. RGB value is (172,41,27). Sum of RGB (Red+Green+Blue) = 172+41+27=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC291B is #53D6E4. Grayscale: #4E4E4E. Windows color (decimal): -5494501 or 1780140. OLE color: 1780140.

HSL color Cylindrical-coordinate representation of color #AC291B: hue angle of 5.79º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC291B is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 41 27 -
CMYK 0 0.76 0.84 0.33
HSL 5.79º 0.73% 0.39% -
HSV(B) 5.79º 0.84% 0.67% -
XYZ 18 10.44 2.1 -
YUV 78.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 172 41 27 0 0.76 0.84 0.33 5.79 0.73 0.39
Hex AC 29 1B 0 4C 54 21 6 49 27
Octal 254 51 33 0 114 124 41 6 111 47
Binary 10101100 101001 11011 0 1001100 1010100 100001 110 1001001 100111

Color Harmonies of #AC291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC291B

Black with #AC291B

Text Example


Text Example

White with #AC291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC291B; }

 p { color: rgb(172,41,27); }

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

background-color css

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

 a { background-color: rgb(172,41,27); }

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

border-color css

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

 span { border-color: rgb(172,41,27); }

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