Html Css Color HEX #AC270E Fire Brick

📋 copy color: '#AC270E'

red 172 ◦ green 39 ◦ blue 14

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

Shades of Fire Brick #AC270E

Tints of Fire Brick #AC270E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 76.44%
G = 17.33%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC270E (or 0xAC270E) is known color: Fire Brick. HEX triplet: AC, 27 and 0E. RGB value is (172,39,14). Sum of RGB (Red+Green+Blue) = 172+39+14=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC270E is #53D8F1. Grayscale: #4C4C4C. Windows color (decimal): -5495026 or 927660. OLE color: 927660.

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

Color convert

RGB 172 39 14 -
CMYK 0 0.77 0.92 0.33
HSL 9.49º 0.85% 0.36% -
HSV(B) 9.49º 0.92% 0.67% -
XYZ 17.82 10.25 1.46 -
YUV 75.92 93.06 196.53 -
System Red Green Blue C M Y K H S L
Decimal 172 39 14 0 0.77 0.92 0.33 9.49 0.85 0.36
Hex AC 27 E 0 4D 5C 21 9 55 24
Octal 254 47 16 0 115 134 41 11 125 44
Binary 10101100 100111 1110 0 1001101 1011100 100001 1001 1010101 100100

Color Harmonies of #AC270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC270E

Black with #AC270E

Text Example


Text Example

White with #AC270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC270E; }

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

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

background-color css

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

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

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

border-color css

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

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

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