Html Css Color HEX #AC1B14 Fire Brick

📋 copy color: '#AC1B14'

red 172 ◦ green 27 ◦ blue 20

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

Shades of Fire Brick #AC1B14

Tints of Fire Brick #AC1B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.33%

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

R = 78.54%
G = 12.33%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC1B14 (or 0xAC1B14) is known color: Fire Brick. HEX triplet: AC, 1B and 14. RGB value is (172,27,20). Sum of RGB (Red+Green+Blue) = 172+27+20=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1B14 is #53E4EB. Grayscale: #454545. Windows color (decimal): -5498092 or 1317804. OLE color: 1317804.

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

Color convert

RGB 172 27 20 -
CMYK 0 0.84 0.88 0.33
HSL 2.76º 0.79% 0.38% -
HSV(B) 2.76º 0.88% 0.67% -
XYZ 17.53 9.61 1.59 -
YUV 69.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 172 27 20 0 0.84 0.88 0.33 2.76 0.79 0.38
Hex AC 1B 14 0 54 58 21 3 4F 26
Octal 254 33 24 0 124 130 41 3 117 46
Binary 10101100 11011 10100 0 1010100 1011000 100001 11 1001111 100110

Color Harmonies of #AC1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B14

Black with #AC1B14

Text Example


Text Example

White with #AC1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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