Html Css Color HEX #AC2310 Fire Brick

📋 copy color: '#AC2310'

red 172 ◦ green 35 ◦ blue 16

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

Shades of Fire Brick #AC2310

Tints of Fire Brick #AC2310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

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

R = 77.13%
G = 15.7%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC2310 (or 0xAC2310) is known color: Fire Brick. HEX triplet: AC, 23 and 10. RGB value is (172,35,16). Sum of RGB (Red+Green+Blue) = 172+35+16=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2310 is #53DCEF. Grayscale: #4A4A4A. Windows color (decimal): -5496048 or 1057708. OLE color: 1057708.

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

Color convert

RGB 172 35 16 -
CMYK 0 0.80 0.91 0.33
HSL 7.31º 0.83% 0.37% -
HSV(B) 7.31º 0.91% 0.67% -
XYZ 17.71 10.01 1.49 -
YUV 73.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 172 35 16 0 0.80 0.91 0.33 7.31 0.83 0.37
Hex AC 23 10 0 50 5B 21 7 53 25
Octal 254 43 20 0 120 133 41 7 123 45
Binary 10101100 100011 10000 0 1010000 1011011 100001 111 1010011 100101

Color Harmonies of #AC2310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2310

Black with #AC2310

Text Example


Text Example

White with #AC2310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2310; }

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

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

background-color css

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

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

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

border-color css

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

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

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