Html Css Color HEX #AC241A Fire Brick

📋 copy color: '#AC241A'

red 172 ◦ green 36 ◦ blue 26

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

Shades of Fire Brick #AC241A

Tints of Fire Brick #AC241A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 73.5%
G = 15.38%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC241A (or 0xAC241A) is known color: Fire Brick. HEX triplet: AC, 24 and 1A. RGB value is (172,36,26). Sum of RGB (Red+Green+Blue) = 172+36+26=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC241A is #53DBE5. Grayscale: #4B4B4B. Windows color (decimal): -5495782 or 1713324. OLE color: 1713324.

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

Color convert

RGB 172 36 26 -
CMYK 0 0.79 0.85 0.33
HSL 4.11º 0.74% 0.39% -
HSV(B) 4.11º 0.85% 0.67% -
XYZ 17.83 10.11 1.99 -
YUV 75.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 172 36 26 0 0.79 0.85 0.33 4.11 0.74 0.39
Hex AC 24 1A 0 4F 55 21 4 4A 27
Octal 254 44 32 0 117 125 41 4 112 47
Binary 10101100 100100 11010 0 1001111 1010101 100001 100 1001010 100111

Color Harmonies of #AC241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC241A

Black with #AC241A

Text Example


Text Example

White with #AC241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC241A; }

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

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

background-color css

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

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

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

border-color css

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

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

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