Html Css Color HEX #AC2007 Fire Brick

📋 copy color: '#AC2007'

red 172 ◦ green 32 ◦ blue 7

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

Shades of Fire Brick #AC2007

Tints of Fire Brick #AC2007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

 BLUE value IS 7 (3.13% from 255) = 3.32%

R = 81.52%
G = 15.17%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC2007 (or 0xAC2007) is known color: Fire Brick. HEX triplet: AC, 20 and 07. RGB value is (172,32,7). Sum of RGB (Red+Green+Blue) = 172+32+7=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2007 is #53DFF8. Grayscale: #474747. Windows color (decimal): -5496825 or 467116. OLE color: 467116.

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

Color convert

RGB 172 32 7 -
CMYK 0 0.81 0.96 0.33
HSL 9.09º 0.92% 0.35% -
HSV(B) 9.09º 0.96% 0.67% -
XYZ 17.57 9.82 1.17 -
YUV 71.01 91.88 200.03 -
System Red Green Blue C M Y K H S L
Decimal 172 32 7 0 0.81 0.96 0.33 9.09 0.92 0.35
Hex AC 20 7 0 51 60 21 9 5C 23
Octal 254 40 7 0 121 140 41 11 134 43
Binary 10101100 100000 111 0 1010001 1100000 100001 1001 1011100 100011

Color Harmonies of #AC2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2007

Black with #AC2007

Text Example


Text Example

White with #AC2007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2007; }

 p { color: rgb(172,32,7); }

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

background-color css

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

 a { background-color: rgb(172,32,7); }

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

border-color css

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

 span { border-color: rgb(172,32,7); }

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