Html Css Color HEX #AC1710 Fire Brick

📋 copy color: '#AC1710'

red 172 ◦ green 23 ◦ blue 16

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

Shades of Fire Brick #AC1710

Tints of Fire Brick #AC1710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

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

R = 81.52%
G = 10.9%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC1710 (or 0xAC1710) is known color: Fire Brick. HEX triplet: AC, 17 and 10. RGB value is (172,23,16). Sum of RGB (Red+Green+Blue) = 172+23+16=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1710 is #53E8EF. Grayscale: #424242. Windows color (decimal): -5499120 or 1054636. OLE color: 1054636.

HSL color Cylindrical-coordinate representation of color #AC1710: hue angle of 2.69º 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 #AC1710 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 23 16 -
CMYK 0 0.87 0.91 0.33
HSL 2.69º 0.83% 0.37% -
HSV(B) 2.69º 0.91% 0.67% -
XYZ 17.41 9.42 1.39 -
YUV 66.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 172 23 16 0 0.87 0.91 0.33 2.69 0.83 0.37
Hex AC 17 10 0 57 5B 21 3 53 25
Octal 254 27 20 0 127 133 41 3 123 45
Binary 10101100 10111 10000 0 1010111 1011011 100001 11 1010011 100101

Color Harmonies of #AC1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1710

Black with #AC1710

Text Example


Text Example

White with #AC1710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1710; }

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

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

background-color css

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

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

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

border-color css

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

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

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