Html Css Color HEX #AC261A Fire Brick

📋 copy color: '#AC261A'

red 172 ◦ green 38 ◦ blue 26

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

Shades of Fire Brick #AC261A

Tints of Fire Brick #AC261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

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

R = 72.88%
G = 16.1%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC261A (or 0xAC261A) is known color: Fire Brick. HEX triplet: AC, 26 and 1A. RGB value is (172,38,26). Sum of RGB (Red+Green+Blue) = 172+38+26=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC261A is #53D9E5. Grayscale: #4C4C4C. Windows color (decimal): -5495270 or 1713836. OLE color: 1713836.

HSL color Cylindrical-coordinate representation of color #AC261A: hue angle of 4.93º 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 #AC261A is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 38 26 -
CMYK 0 0.78 0.85 0.33
HSL 4.93º 0.74% 0.39% -
HSV(B) 4.93º 0.85% 0.67% -
XYZ 17.89 10.23 2.01 -
YUV 76.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 172 38 26 0 0.78 0.85 0.33 4.93 0.74 0.39
Hex AC 26 1A 0 4E 55 21 5 4A 27
Octal 254 46 32 0 116 125 41 5 112 47
Binary 10101100 100110 11010 0 1001110 1010101 100001 101 1001010 100111

Color Harmonies of #AC261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC261A

Black with #AC261A

Text Example


Text Example

White with #AC261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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