Html Css Color HEX #AC130E Fire Brick

📋 copy color: '#AC130E'

red 172 ◦ green 19 ◦ blue 14

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

Shades of Fire Brick #AC130E

Tints of Fire Brick #AC130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 83.9%
G = 9.27%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC130E (or 0xAC130E) is known color: Fire Brick. HEX triplet: AC, 13 and 0E. RGB value is (172,19,14). Sum of RGB (Red+Green+Blue) = 172+19+14=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC130E is #53ECF1. Grayscale: #404040. Windows color (decimal): -5500146 or 922540. OLE color: 922540.

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

Color convert

RGB 172 19 14 -
CMYK 0 0.89 0.92 0.33
HSL 1.9º 0.85% 0.36% -
HSV(B) 1.9º 0.92% 0.67% -
XYZ 17.33 9.27 1.29 -
YUV 64.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 172 19 14 0 0.89 0.92 0.33 1.9 0.85 0.36
Hex AC 13 E 0 59 5C 21 2 55 24
Octal 254 23 16 0 131 134 41 2 125 44
Binary 10101100 10011 1110 0 1011001 1011100 100001 10 1010101 100100

Color Harmonies of #AC130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC130E

Black with #AC130E

Text Example


Text Example

White with #AC130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC130E; }

 p { color: rgb(172,19,14); }

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

background-color css

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

 a { background-color: rgb(172,19,14); }

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

border-color css

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

 span { border-color: rgb(172,19,14); }

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