Html Css Color HEX #AC271D Fire Brick

📋 copy color: '#AC271D'

red 172 ◦ green 39 ◦ blue 29

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

Shades of Fire Brick #AC271D

Tints of Fire Brick #AC271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 71.67%
G = 16.25%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC271D (or 0xAC271D) is known color: Fire Brick. HEX triplet: AC, 27 and 1D. RGB value is (172,39,29). Sum of RGB (Red+Green+Blue) = 172+39+29=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC271D is #53D8E2. Grayscale: #4D4D4D. Windows color (decimal): -5495011 or 1910700. OLE color: 1910700.

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

Color convert

RGB 172 39 29 -
CMYK 0 0.77 0.83 0.33
HSL 4.2º 0.71% 0.39% -
HSV(B) 4.2º 0.83% 0.67% -
XYZ 17.96 10.31 2.21 -
YUV 77.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 172 39 29 0 0.77 0.83 0.33 4.2 0.71 0.39
Hex AC 27 1D 0 4D 53 21 4 47 27
Octal 254 47 35 0 115 123 41 4 107 47
Binary 10101100 100111 11101 0 1001101 1010011 100001 100 1000111 100111

Color Harmonies of #AC271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC271D

Black with #AC271D

Text Example


Text Example

White with #AC271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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