Html Css Color HEX #AC2307 Fire Brick

📋 copy color: '#AC2307'

red 172 ◦ green 35 ◦ blue 7

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

Shades of Fire Brick #AC2307

Tints of Fire Brick #AC2307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 80.37%
G = 16.36%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC2307 (or 0xAC2307) is known color: Fire Brick. HEX triplet: AC, 23 and 07. RGB value is (172,35,7). Sum of RGB (Red+Green+Blue) = 172+35+7=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2307 is #53DCF8. Grayscale: #494949. Windows color (decimal): -5496057 or 467884. OLE color: 467884.

HSL color Cylindrical-coordinate representation of color #AC2307: hue angle of 10.18º 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 #AC2307 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 7 -
CMYK 0 0.80 0.96 0.33
HSL 10.18º 0.92% 0.35% -
HSV(B) 10.18º 0.96% 0.67% -
XYZ 17.65 9.99 1.2 -
YUV 72.77 90.89 198.78 -
System Red Green Blue C M Y K H S L
Decimal 172 35 7 0 0.80 0.96 0.33 10.18 0.92 0.35
Hex AC 23 7 0 50 60 21 A 5C 23
Octal 254 43 7 0 120 140 41 12 134 43
Binary 10101100 100011 111 0 1010000 1100000 100001 1010 1011100 100011

Color Harmonies of #AC2307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2307

Black with #AC2307

Text Example


Text Example

White with #AC2307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2307; }

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

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

background-color css

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

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

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

border-color css

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

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

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