Html Css Color HEX #AC251C Fire Brick

📋 copy color: '#AC251C'

red 172 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #AC251C

Tints of Fire Brick #AC251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.81%

R = 72.57%
G = 15.61%
B = 11.81%

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

#AC251C (or 0xAC251C) is known color: Fire Brick. HEX triplet: AC, 25 and 1C. RGB value is (172,37,28). Sum of RGB (Red+Green+Blue) = 172+37+28=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC251C is #53DAE3. Grayscale: #4C4C4C. Windows color (decimal): -5495524 or 1844652. OLE color: 1844652.

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

Color convert

RGB 172 37 28 -
CMYK 0 0.78 0.84 0.33
HSL 3.75º 0.72% 0.39% -
HSV(B) 3.75º 0.84% 0.67% -
XYZ 17.88 10.18 2.12 -
YUV 76.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 172 37 28 0 0.78 0.84 0.33 3.75 0.72 0.39
Hex AC 25 1C 0 4E 54 21 4 48 27
Octal 254 45 34 0 116 124 41 4 110 47
Binary 10101100 100101 11100 0 1001110 1010100 100001 100 1001000 100111

Color Harmonies of #AC251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC251C

Black with #AC251C

Text Example


Text Example

White with #AC251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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