Html Css Color HEX #AC1D14 Fire Brick

📋 copy color: '#AC1D14'

red 172 ◦ green 29 ◦ blue 20

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

Shades of Fire Brick #AC1D14

Tints of Fire Brick #AC1D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.12%

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 77.83%
G = 13.12%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC1D14 (or 0xAC1D14) is known color: Fire Brick. HEX triplet: AC, 1D and 14. RGB value is (172,29,20). Sum of RGB (Red+Green+Blue) = 172+29+20=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1D14 is #53E2EB. Grayscale: #464646. Windows color (decimal): -5497580 or 1318316. OLE color: 1318316.

HSL color Cylindrical-coordinate representation of color #AC1D14: hue angle of 3.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1D14 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 29 20 -
CMYK 0 0.83 0.88 0.33
HSL 3.55º 0.79% 0.38% -
HSV(B) 3.55º 0.88% 0.67% -
XYZ 17.58 9.7 1.61 -
YUV 70.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 172 29 20 0 0.83 0.88 0.33 3.55 0.79 0.38
Hex AC 1D 14 0 53 58 21 4 4F 26
Octal 254 35 24 0 123 130 41 4 117 46
Binary 10101100 11101 10100 0 1010011 1011000 100001 100 1001111 100110

Color Harmonies of #AC1D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D14

Black with #AC1D14

Text Example


Text Example

White with #AC1D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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