Html Css Color HEX #AC240D Fire Brick

📋 copy color: '#AC240D'

red 172 ◦ green 36 ◦ blue 13

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

Shades of Fire Brick #AC240D

Tints of Fire Brick #AC240D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.88%

R = 77.83%
G = 16.29%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC240D (or 0xAC240D) is known color: Fire Brick. HEX triplet: AC, 24 and 0D. RGB value is (172,36,13). Sum of RGB (Red+Green+Blue) = 172+36+13=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC240D is #53DBF2. Grayscale: #4A4A4A. Windows color (decimal): -5495795 or 861356. OLE color: 861356.

HSL color Cylindrical-coordinate representation of color #AC240D: hue angle of 8.68º degrees, saturation: 0.86, 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 #AC240D is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 36 13 -
CMYK 0 0.79 0.92 0.33
HSL 8.68º 0.86% 0.36% -
HSV(B) 8.68º 0.92% 0.67% -
XYZ 17.72 10.06 1.39 -
YUV 74.04 93.56 197.87 -
System Red Green Blue C M Y K H S L
Decimal 172 36 13 0 0.79 0.92 0.33 8.68 0.86 0.36
Hex AC 24 D 0 4F 5C 21 9 56 24
Octal 254 44 15 0 117 134 41 11 126 44
Binary 10101100 100100 1101 0 1001111 1011100 100001 1001 1010110 100100

Color Harmonies of #AC240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC240D

Black with #AC240D

Text Example


Text Example

White with #AC240D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC240D; }

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

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

background-color css

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

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

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

border-color css

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

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

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