Html Css Color HEX #AC271A Fire Brick

📋 copy color: '#AC271A'

red 172 ◦ green 39 ◦ blue 26

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

Shades of Fire Brick #AC271A

Tints of Fire Brick #AC271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 72.57%
G = 16.46%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC271A (or 0xAC271A) is known color: Fire Brick. HEX triplet: AC, 27 and 1A. RGB value is (172,39,26). Sum of RGB (Red+Green+Blue) = 172+39+26=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC271A is #53D8E5. Grayscale: #4D4D4D. Windows color (decimal): -5495014 or 1714092. OLE color: 1714092.

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

Color convert

RGB 172 39 26 -
CMYK 0 0.77 0.85 0.33
HSL 5.34º 0.74% 0.39% -
HSV(B) 5.34º 0.85% 0.67% -
XYZ 17.93 10.3 2.02 -
YUV 77.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 172 39 26 0 0.77 0.85 0.33 5.34 0.74 0.39
Hex AC 27 1A 0 4D 55 21 5 4A 27
Octal 254 47 32 0 115 125 41 5 112 47
Binary 10101100 100111 11010 0 1001101 1010101 100001 101 1001010 100111

Color Harmonies of #AC271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC271A

Black with #AC271A

Text Example


Text Example

White with #AC271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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