Html Css Color HEX #AC240F Fire Brick

📋 copy color: '#AC240F'

red 172 ◦ green 36 ◦ blue 15

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

Shades of Fire Brick #AC240F

Tints of Fire Brick #AC240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 77.13%
G = 16.14%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC240F (or 0xAC240F) is known color: Fire Brick. HEX triplet: AC, 24 and 0F. RGB value is (172,36,15). Sum of RGB (Red+Green+Blue) = 172+36+15=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC240F is #53DBF0. Grayscale: #4A4A4A. Windows color (decimal): -5495793 or 992428. OLE color: 992428.

HSL color Cylindrical-coordinate representation of color #AC240F: hue angle of 8.03º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC240F is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 15 -
CMYK 0 0.79 0.91 0.33
HSL 8.03º 0.84% 0.37% -
HSV(B) 8.03º 0.91% 0.67% -
XYZ 17.73 10.07 1.46 -
YUV 74.27 94.56 197.71 -
System Red Green Blue C M Y K H S L
Decimal 172 36 15 0 0.79 0.91 0.33 8.03 0.84 0.37
Hex AC 24 F 0 4F 5B 21 8 54 25
Octal 254 44 17 0 117 133 41 10 124 45
Binary 10101100 100100 1111 0 1001111 1011011 100001 1000 1010100 100101

Color Harmonies of #AC240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC240F

Black with #AC240F

Text Example


Text Example

White with #AC240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC240F; }

 p { color: rgb(172,36,15); }

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

background-color css

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

 a { background-color: rgb(172,36,15); }

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

border-color css

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

 span { border-color: rgb(172,36,15); }

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