Html Css Color HEX #AC241E Fire Brick

📋 copy color: '#AC241E'

red 172 ◦ green 36 ◦ blue 30

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

Shades of Fire Brick #AC241E

Tints of Fire Brick #AC241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 72.27%
G = 15.13%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC241E (or 0xAC241E) is known color: Fire Brick. HEX triplet: AC, 24 and 1E. RGB value is (172,36,30). Sum of RGB (Red+Green+Blue) = 172+36+30=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC241E is #53DBE1. Grayscale: #4C4C4C. Windows color (decimal): -5495778 or 1975468. OLE color: 1975468.

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

Color convert

RGB 172 36 30 -
CMYK 0 0.79 0.83 0.33
HSL 2.54º 0.7% 0.4% -
HSV(B) 2.54º 0.83% 0.67% -
XYZ 17.88 10.13 2.24 -
YUV 75.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 172 36 30 0 0.79 0.83 0.33 2.54 0.7 0.4
Hex AC 24 1E 0 4F 53 21 3 46 28
Octal 254 44 36 0 117 123 41 3 106 50
Binary 10101100 100100 11110 0 1001111 1010011 100001 11 1000110 101000

Color Harmonies of #AC241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC241E

Black with #AC241E

Text Example


Text Example

White with #AC241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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