Html Css Color HEX #AC240A Fire Brick

📋 copy color: '#AC240A'

red 172 ◦ green 36 ◦ blue 10

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

Shades of Fire Brick #AC240A

Tints of Fire Brick #AC240A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.59%

R = 78.9%
G = 16.51%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC240A (or 0xAC240A) is known color: Fire Brick. HEX triplet: AC, 24 and 0A. RGB value is (172,36,10). Sum of RGB (Red+Green+Blue) = 172+36+10=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC240A is #53DBF5. Grayscale: #494949. Windows color (decimal): -5495798 or 664748. OLE color: 664748.

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

Color convert

RGB 172 36 10 -
CMYK 0 0.79 0.94 0.33
HSL 9.63º 0.89% 0.36% -
HSV(B) 9.63º 0.94% 0.67% -
XYZ 17.7 10.05 1.3 -
YUV 73.7 92.06 198.11 -
System Red Green Blue C M Y K H S L
Decimal 172 36 10 0 0.79 0.94 0.33 9.63 0.89 0.36
Hex AC 24 A 0 4F 5E 21 A 59 24
Octal 254 44 12 0 117 136 41 12 131 44
Binary 10101100 100100 1010 0 1001111 1011110 100001 1010 1011001 100100

Color Harmonies of #AC240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC240A

Black with #AC240A

Text Example


Text Example

White with #AC240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC240A; }

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

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

background-color css

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

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

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

border-color css

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

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

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