Html Css Color HEX #AC130F Fire Brick

📋 copy color: '#AC130F'

red 172 ◦ green 19 ◦ blue 15

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

Shades of Fire Brick #AC130F

Tints of Fire Brick #AC130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.28%

R = 83.5%
G = 9.22%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC130F (or 0xAC130F) is known color: Fire Brick. HEX triplet: AC, 13 and 0F. RGB value is (172,19,15). Sum of RGB (Red+Green+Blue) = 172+19+15=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC130F is #53ECF0. Grayscale: #404040. Windows color (decimal): -5500145 or 988076. OLE color: 988076.

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

Color convert

RGB 172 19 15 -
CMYK 0 0.89 0.91 0.33
HSL 1.53º 0.84% 0.37% -
HSV(B) 1.53º 0.91% 0.67% -
XYZ 17.33 9.27 1.33 -
YUV 64.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 172 19 15 0 0.89 0.91 0.33 1.53 0.84 0.37
Hex AC 13 F 0 59 5B 21 2 54 25
Octal 254 23 17 0 131 133 41 2 124 45
Binary 10101100 10011 1111 0 1011001 1011011 100001 10 1010100 100101

Color Harmonies of #AC130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC130F

Black with #AC130F

Text Example


Text Example

White with #AC130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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