Html Css Color HEX #AC2710 Fire Brick

📋 copy color: '#AC2710'

red 172 ◦ green 39 ◦ blue 16

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

Shades of Fire Brick #AC2710

Tints of Fire Brick #AC2710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.18%

 BLUE value IS 16 (6.64% from 255) = 7.05%

R = 75.77%
G = 17.18%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC2710 (or 0xAC2710) is known color: Fire Brick. HEX triplet: AC, 27 and 10. RGB value is (172,39,16). Sum of RGB (Red+Green+Blue) = 172+39+16=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2710 is #53D8EF. Grayscale: #4C4C4C. Windows color (decimal): -5495024 or 1058732. OLE color: 1058732.

HSL color Cylindrical-coordinate representation of color #AC2710: hue angle of 8.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC2710 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 39 16 -
CMYK 0 0.77 0.91 0.33
HSL 8.85º 0.83% 0.37% -
HSV(B) 8.85º 0.91% 0.67% -
XYZ 17.83 10.26 1.53 -
YUV 76.15 94.06 196.37 -
System Red Green Blue C M Y K H S L
Decimal 172 39 16 0 0.77 0.91 0.33 8.85 0.83 0.37
Hex AC 27 10 0 4D 5B 21 9 53 25
Octal 254 47 20 0 115 133 41 11 123 45
Binary 10101100 100111 10000 0 1001101 1011011 100001 1001 1010011 100101

Color Harmonies of #AC2710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2710

Black with #AC2710

Text Example


Text Example

White with #AC2710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2710; }

 p { color: rgb(172,39,16); }

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

background-color css

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

 a { background-color: rgb(172,39,16); }

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

border-color css

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

 span { border-color: rgb(172,39,16); }

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