Html Css Color HEX #AC260B Fire Brick

📋 copy color: '#AC260B'

red 172 ◦ green 38 ◦ blue 11

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

Shades of Fire Brick #AC260B

Tints of Fire Brick #AC260B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.98%

R = 77.83%
G = 17.19%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC260B (or 0xAC260B) is known color: Fire Brick. HEX triplet: AC, 26 and 0B. RGB value is (172,38,11). Sum of RGB (Red+Green+Blue) = 172+38+11=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC260B is #53D9F4. Grayscale: #4B4B4B. Windows color (decimal): -5495285 or 730796. OLE color: 730796.

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

Color convert

RGB 172 38 11 -
CMYK 0 0.78 0.94 0.33
HSL 10.06º 0.88% 0.36% -
HSV(B) 10.06º 0.94% 0.67% -
XYZ 17.77 10.18 1.35 -
YUV 74.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 172 38 11 0 0.78 0.94 0.33 10.06 0.88 0.36
Hex AC 26 B 0 4E 5E 21 A 58 24
Octal 254 46 13 0 116 136 41 12 130 44
Binary 10101100 100110 1011 0 1001110 1011110 100001 1010 1011000 100100

Color Harmonies of #AC260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC260B

Black with #AC260B

Text Example


Text Example

White with #AC260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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