Html Css Color HEX #AC2E1B Fire Brick

📋 copy color: '#AC2E1B'

red 172 ◦ green 46 ◦ blue 27

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

Shades of Fire Brick #AC2E1B

Tints of Fire Brick #AC2E1B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.78%

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

R = 70.2%
G = 18.78%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC2E1B (or 0xAC2E1B) is known color: Fire Brick. HEX triplet: AC, 2E and 1B. RGB value is (172,46,27). Sum of RGB (Red+Green+Blue) = 172+46+27=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2E1B is #53D1E4. Grayscale: #515151. Windows color (decimal): -5493221 or 1781420. OLE color: 1781420.

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

Color convert

RGB 172 46 27 -
CMYK 0 0.73 0.84 0.33
HSL 7.86º 0.73% 0.39% -
HSV(B) 7.86º 0.84% 0.67% -
XYZ 18.19 10.8 2.16 -
YUV 81.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 172 46 27 0 0.73 0.84 0.33 7.86 0.73 0.39
Hex AC 2E 1B 0 49 54 21 8 49 27
Octal 254 56 33 0 111 124 41 10 111 47
Binary 10101100 101110 11011 0 1001001 1010100 100001 1000 1001001 100111

Color Harmonies of #AC2E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E1B

Black with #AC2E1B

Text Example


Text Example

White with #AC2E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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