Html Css Color HEX #AC1410 Fire Brick

📋 copy color: '#AC1410'

red 172 ◦ green 20 ◦ blue 16

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

Shades of Fire Brick #AC1410

Tints of Fire Brick #AC1410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.62%

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

R = 82.69%
G = 9.62%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC1410 (or 0xAC1410) is known color: Fire Brick. HEX triplet: AC, 14 and 10. RGB value is (172,20,16). Sum of RGB (Red+Green+Blue) = 172+20+16=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1410 is #53EBEF. Grayscale: #414141. Windows color (decimal): -5499888 or 1053868. OLE color: 1053868.

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

Color convert

RGB 172 20 16 -
CMYK 0 0.88 0.91 0.33
HSL 1.54º 0.83% 0.37% -
HSV(B) 1.54º 0.91% 0.67% -
XYZ 17.36 9.31 1.37 -
YUV 64.99 100.36 204.33 -
System Red Green Blue C M Y K H S L
Decimal 172 20 16 0 0.88 0.91 0.33 1.54 0.83 0.37
Hex AC 14 10 0 58 5B 21 2 53 25
Octal 254 24 20 0 130 133 41 2 123 45
Binary 10101100 10100 10000 0 1011000 1011011 100001 10 1010011 100101

Color Harmonies of #AC1410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1410

Black with #AC1410

Text Example


Text Example

White with #AC1410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1410; }

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

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

background-color css

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

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

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

border-color css

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

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

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