Html Css Color HEX #AC130D Fire Brick

📋 copy color: '#AC130D'

red 172 ◦ green 19 ◦ blue 13

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

Shades of Fire Brick #AC130D

Tints of Fire Brick #AC130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 84.31%
G = 9.31%
B = 6.37%

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

#AC130D (or 0xAC130D) is known color: Fire Brick. HEX triplet: AC, 13 and 0D. RGB value is (172,19,13). Sum of RGB (Red+Green+Blue) = 172+19+13=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC130D is #53ECF2. Grayscale: #404040. Windows color (decimal): -5500147 or 857004. OLE color: 857004.

HSL color Cylindrical-coordinate representation of color #AC130D: hue angle of 2.26º degrees, saturation: 0.86, 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 #AC130D is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 13 -
CMYK 0 0.89 0.92 0.33
HSL 2.26º 0.86% 0.36% -
HSV(B) 2.26º 0.92% 0.67% -
XYZ 17.32 9.27 1.26 -
YUV 64.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 172 19 13 0 0.89 0.92 0.33 2.26 0.86 0.36
Hex AC 13 D 0 59 5C 21 2 56 24
Octal 254 23 15 0 131 134 41 2 126 44
Binary 10101100 10011 1101 0 1011001 1011100 100001 10 1010110 100100

Color Harmonies of #AC130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC130D

Black with #AC130D

Text Example


Text Example

White with #AC130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC130D; }

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

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

background-color css

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

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

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

border-color css

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

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

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