Html Css Color HEX #AC260C Fire Brick

📋 copy color: '#AC260C'

red 172 ◦ green 38 ◦ blue 12

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

Shades of Fire Brick #AC260C

Tints of Fire Brick #AC260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 77.48%
G = 17.12%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC260C (or 0xAC260C) is known color: Fire Brick. HEX triplet: AC, 26 and 0C. RGB value is (172,38,12). Sum of RGB (Red+Green+Blue) = 172+38+12=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC260C is #53D9F3. Grayscale: #4B4B4B. Windows color (decimal): -5495284 or 796332. OLE color: 796332.

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

Color convert

RGB 172 38 12 -
CMYK 0 0.78 0.93 0.33
HSL 9.75º 0.87% 0.36% -
HSV(B) 9.75º 0.93% 0.67% -
XYZ 17.77 10.18 1.38 -
YUV 75.1 92.39 197.11 -
System Red Green Blue C M Y K H S L
Decimal 172 38 12 0 0.78 0.93 0.33 9.75 0.87 0.36
Hex AC 26 C 0 4E 5D 21 A 57 24
Octal 254 46 14 0 116 135 41 12 127 44
Binary 10101100 100110 1100 0 1001110 1011101 100001 1010 1010111 100100

Color Harmonies of #AC260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC260C

Black with #AC260C

Text Example


Text Example

White with #AC260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC260C; }

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

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

background-color css

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

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

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

border-color css

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

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

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