Html Css Color HEX #AC2C1B Fire Brick

📋 copy color: '#AC2C1B'

red 172 ◦ green 44 ◦ blue 27

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

Shades of Fire Brick #AC2C1B

Tints of Fire Brick #AC2C1B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.11%

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

R = 70.78%
G = 18.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC2C1B (or 0xAC2C1B) is known color: Fire Brick. HEX triplet: AC, 2C and 1B. RGB value is (172,44,27). Sum of RGB (Red+Green+Blue) = 172+44+27=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2C1B is #53D3E4. Grayscale: #505050. Windows color (decimal): -5493733 or 1780908. OLE color: 1780908.

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

Color convert

RGB 172 44 27 -
CMYK 0 0.74 0.84 0.33
HSL 7.03º 0.73% 0.39% -
HSV(B) 7.03º 0.84% 0.67% -
XYZ 18.11 10.65 2.14 -
YUV 80.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 172 44 27 0 0.74 0.84 0.33 7.03 0.73 0.39
Hex AC 2C 1B 0 4A 54 21 7 49 27
Octal 254 54 33 0 112 124 41 7 111 47
Binary 10101100 101100 11011 0 1001010 1010100 100001 111 1001001 100111

Color Harmonies of #AC2C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C1B

Black with #AC2C1B

Text Example


Text Example

White with #AC2C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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