Html Css Color HEX #AC271B Fire Brick

📋 copy color: '#AC271B'

red 172 ◦ green 39 ◦ blue 27

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

Shades of Fire Brick #AC271B

Tints of Fire Brick #AC271B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 72.27%
G = 16.39%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC271B (or 0xAC271B) is known color: Fire Brick. HEX triplet: AC, 27 and 1B. RGB value is (172,39,27). Sum of RGB (Red+Green+Blue) = 172+39+27=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC271B is #53D8E4. Grayscale: #4D4D4D. Windows color (decimal): -5495013 or 1779628. OLE color: 1779628.

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

Color convert

RGB 172 39 27 -
CMYK 0 0.77 0.84 0.33
HSL 4.97º 0.73% 0.39% -
HSV(B) 4.97º 0.84% 0.67% -
XYZ 17.94 10.3 2.08 -
YUV 77.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 172 39 27 0 0.77 0.84 0.33 4.97 0.73 0.39
Hex AC 27 1B 0 4D 54 21 5 49 27
Octal 254 47 33 0 115 124 41 5 111 47
Binary 10101100 100111 11011 0 1001101 1010100 100001 101 1001001 100111

Color Harmonies of #AC271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC271B

Black with #AC271B

Text Example


Text Example

White with #AC271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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