Html Css Color HEX #AC260D Fire Brick

📋 copy color: '#AC260D'

red 172 ◦ green 38 ◦ blue 13

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

Shades of Fire Brick #AC260D

Tints of Fire Brick #AC260D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 77.13%
G = 17.04%
B = 5.83%

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

#AC260D (or 0xAC260D) is known color: Fire Brick. HEX triplet: AC, 26 and 0D. RGB value is (172,38,13). Sum of RGB (Red+Green+Blue) = 172+38+13=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC260D is #53D9F2. Grayscale: #4B4B4B. Windows color (decimal): -5495283 or 861868. OLE color: 861868.

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

Color convert

RGB 172 38 13 -
CMYK 0 0.78 0.92 0.33
HSL 9.43º 0.86% 0.36% -
HSV(B) 9.43º 0.92% 0.67% -
XYZ 17.78 10.19 1.41 -
YUV 75.22 92.89 197.03 -
System Red Green Blue C M Y K H S L
Decimal 172 38 13 0 0.78 0.92 0.33 9.43 0.86 0.36
Hex AC 26 D 0 4E 5C 21 9 56 24
Octal 254 46 15 0 116 134 41 11 126 44
Binary 10101100 100110 1101 0 1001110 1011100 100001 1001 1010110 100100

Color Harmonies of #AC260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC260D

Black with #AC260D

Text Example


Text Example

White with #AC260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC260D; }

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

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

background-color css

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

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

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

border-color css

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

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

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