Html Css Color HEX #AC260E Fire Brick

📋 copy color: '#AC260E'

red 172 ◦ green 38 ◦ blue 14

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

Shades of Fire Brick #AC260E

Tints of Fire Brick #AC260E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 76.79%
G = 16.96%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC260E (or 0xAC260E) is known color: Fire Brick. HEX triplet: AC, 26 and 0E. RGB value is (172,38,14). Sum of RGB (Red+Green+Blue) = 172+38+14=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC260E is #53D9F1. Grayscale: #4B4B4B. Windows color (decimal): -5495282 or 927404. OLE color: 927404.

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

Color convert

RGB 172 38 14 -
CMYK 0 0.78 0.92 0.33
HSL 9.11º 0.85% 0.36% -
HSV(B) 9.11º 0.92% 0.67% -
XYZ 17.79 10.19 1.44 -
YUV 75.33 93.39 196.95 -
System Red Green Blue C M Y K H S L
Decimal 172 38 14 0 0.78 0.92 0.33 9.11 0.85 0.36
Hex AC 26 E 0 4E 5C 21 9 55 24
Octal 254 46 16 0 116 134 41 11 125 44
Binary 10101100 100110 1110 0 1001110 1011100 100001 1001 1010101 100100

Color Harmonies of #AC260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC260E

Black with #AC260E

Text Example


Text Example

White with #AC260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC260E; }

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

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

background-color css

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

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

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

border-color css

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

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

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