Html Css Color HEX #AC250E Fire Brick

📋 copy color: '#AC250E'

red 172 ◦ green 37 ◦ blue 14

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

Shades of Fire Brick #AC250E

Tints of Fire Brick #AC250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 77.13%
G = 16.59%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC250E (or 0xAC250E) is known color: Fire Brick. HEX triplet: AC, 25 and 0E. RGB value is (172,37,14). Sum of RGB (Red+Green+Blue) = 172+37+14=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC250E is #53DAF1. Grayscale: #4A4A4A. Windows color (decimal): -5495538 or 927148. OLE color: 927148.

HSL color Cylindrical-coordinate representation of color #AC250E: hue angle of 8.73º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC250E is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 37 14 -
CMYK 0 0.78 0.92 0.33
HSL 8.73º 0.85% 0.36% -
HSV(B) 8.73º 0.92% 0.67% -
XYZ 17.75 10.13 1.43 -
YUV 74.74 93.73 197.37 -
System Red Green Blue C M Y K H S L
Decimal 172 37 14 0 0.78 0.92 0.33 8.73 0.85 0.36
Hex AC 25 E 0 4E 5C 21 9 55 24
Octal 254 45 16 0 116 134 41 11 125 44
Binary 10101100 100101 1110 0 1001110 1011100 100001 1001 1010101 100100

Color Harmonies of #AC250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC250E

Black with #AC250E

Text Example


Text Example

White with #AC250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC250E; }

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

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

background-color css

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

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

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

border-color css

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

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

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