Html Css Color HEX #AC271F Fire Brick

📋 copy color: '#AC271F'

red 172 ◦ green 39 ◦ blue 31

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

Shades of Fire Brick #AC271F

Tints of Fire Brick #AC271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.81%

R = 71.07%
G = 16.12%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC271F (or 0xAC271F) is known color: Fire Brick. HEX triplet: AC, 27 and 1F. RGB value is (172,39,31). Sum of RGB (Red+Green+Blue) = 172+39+31=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC271F is #53D8E0. Grayscale: #4E4E4E. Windows color (decimal): -5495009 or 2041772. OLE color: 2041772.

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

Color convert

RGB 172 39 31 -
CMYK 0 0.77 0.82 0.33
HSL 3.4º 0.69% 0.4% -
HSV(B) 3.4º 0.82% 0.67% -
XYZ 17.99 10.32 2.34 -
YUV 77.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 172 39 31 0 0.77 0.82 0.33 3.4 0.69 0.4
Hex AC 27 1F 0 4D 52 21 3 45 28
Octal 254 47 37 0 115 122 41 3 105 50
Binary 10101100 100111 11111 0 1001101 1010010 100001 11 1000101 101000

Color Harmonies of #AC271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC271F

Black with #AC271F

Text Example


Text Example

White with #AC271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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