Html Css Color HEX #AC261B Fire Brick

📋 copy color: '#AC261B'

red 172 ◦ green 38 ◦ blue 27

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

Shades of Fire Brick #AC261B

Tints of Fire Brick #AC261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.39%

R = 72.57%
G = 16.03%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC261B (or 0xAC261B) is known color: Fire Brick. HEX triplet: AC, 26 and 1B. RGB value is (172,38,27). Sum of RGB (Red+Green+Blue) = 172+38+27=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC261B is #53D9E4. Grayscale: #4C4C4C. Windows color (decimal): -5495269 or 1779372. OLE color: 1779372.

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

Color convert

RGB 172 38 27 -
CMYK 0 0.78 0.84 0.33
HSL 4.55º 0.73% 0.39% -
HSV(B) 4.55º 0.84% 0.67% -
XYZ 17.9 10.24 2.07 -
YUV 76.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 172 38 27 0 0.78 0.84 0.33 4.55 0.73 0.39
Hex AC 26 1B 0 4E 54 21 5 49 27
Octal 254 46 33 0 116 124 41 5 111 47
Binary 10101100 100110 11011 0 1001110 1010100 100001 101 1001001 100111

Color Harmonies of #AC261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC261B

Black with #AC261B

Text Example


Text Example

White with #AC261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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