Html Css Color HEX #AC261E Fire Brick

📋 copy color: '#AC261E'

red 172 ◦ green 38 ◦ blue 30

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

Shades of Fire Brick #AC261E

Tints of Fire Brick #AC261E

RGB

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

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

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

R = 71.67%
G = 15.83%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC261E (or 0xAC261E) is known color: Fire Brick. HEX triplet: AC, 26 and 1E. RGB value is (172,38,30). Sum of RGB (Red+Green+Blue) = 172+38+30=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC261E is #53D9E1. Grayscale: #4D4D4D. Windows color (decimal): -5495266 or 1975980. OLE color: 1975980.

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

Color convert

RGB 172 38 30 -
CMYK 0 0.78 0.83 0.33
HSL 3.38º 0.7% 0.4% -
HSV(B) 3.38º 0.83% 0.67% -
XYZ 17.94 10.25 2.26 -
YUV 77.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 172 38 30 0 0.78 0.83 0.33 3.38 0.7 0.4
Hex AC 26 1E 0 4E 53 21 3 46 28
Octal 254 46 36 0 116 123 41 3 106 50
Binary 10101100 100110 11110 0 1001110 1010011 100001 11 1000110 101000

Color Harmonies of #AC261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC261E

Black with #AC261E

Text Example


Text Example

White with #AC261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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