Html Css Color HEX #AC251B Fire Brick

📋 copy color: '#AC251B'

red 172 ◦ green 37 ◦ blue 27

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

Shades of Fire Brick #AC251B

Tints of Fire Brick #AC251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 72.88%
G = 15.68%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC251B (or 0xAC251B) is known color: Fire Brick. HEX triplet: AC, 25 and 1B. RGB value is (172,37,27). Sum of RGB (Red+Green+Blue) = 172+37+27=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC251B is #53DAE4. Grayscale: #4C4C4C. Windows color (decimal): -5495525 or 1779116. OLE color: 1779116.

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

Color convert

RGB 172 37 27 -
CMYK 0 0.78 0.84 0.33
HSL 4.14º 0.73% 0.39% -
HSV(B) 4.14º 0.84% 0.67% -
XYZ 17.87 10.17 2.06 -
YUV 76.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 172 37 27 0 0.78 0.84 0.33 4.14 0.73 0.39
Hex AC 25 1B 0 4E 54 21 4 49 27
Octal 254 45 33 0 116 124 41 4 111 47
Binary 10101100 100101 11011 0 1001110 1010100 100001 100 1001001 100111

Color Harmonies of #AC251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC251B

Black with #AC251B

Text Example


Text Example

White with #AC251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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