Html Css Color HEX #AC2509 Fire Brick

📋 copy color: '#AC2509'

red 172 ◦ green 37 ◦ blue 9

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

Shades of Fire Brick #AC2509

Tints of Fire Brick #AC2509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

 BLUE value IS 9 (3.91% from 255) = 4.13%

R = 78.9%
G = 16.97%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC2509 (or 0xAC2509) is known color: Fire Brick. HEX triplet: AC, 25 and 09. RGB value is (172,37,9). Sum of RGB (Red+Green+Blue) = 172+37+9=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2509 is #53DAF6. Grayscale: #4A4A4A. Windows color (decimal): -5495543 or 599468. OLE color: 599468.

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

Color convert

RGB 172 37 9 -
CMYK 0 0.78 0.95 0.33
HSL 10.31º 0.9% 0.35% -
HSV(B) 10.31º 0.95% 0.67% -
XYZ 17.72 10.11 1.28 -
YUV 74.17 91.23 197.78 -
System Red Green Blue C M Y K H S L
Decimal 172 37 9 0 0.78 0.95 0.33 10.31 0.9 0.35
Hex AC 25 9 0 4E 5F 21 A 5A 23
Octal 254 45 11 0 116 137 41 12 132 43
Binary 10101100 100101 1001 0 1001110 1011111 100001 1010 1011010 100011

Color Harmonies of #AC2509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2509

Black with #AC2509

Text Example


Text Example

White with #AC2509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2509; }

 p { color: rgb(172,37,9); }

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

background-color css

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

 a { background-color: rgb(172,37,9); }

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

border-color css

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

 span { border-color: rgb(172,37,9); }

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