Html Css Color HEX #AC1509 Fire Brick

📋 copy color: '#AC1509'

red 172 ◦ green 21 ◦ blue 9

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

Shades of Fire Brick #AC1509

Tints of Fire Brick #AC1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 85.15%
G = 10.4%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC1509 (or 0xAC1509) is known color: Fire Brick. HEX triplet: AC, 15 and 09. RGB value is (172,21,9). Sum of RGB (Red+Green+Blue) = 172+21+9=202 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.15% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1509 is #53EAF6. Grayscale: #404040. Windows color (decimal): -5499639 or 595372. OLE color: 595372.

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

Color convert

RGB 172 21 9 -
CMYK 0 0.88 0.95 0.33
HSL 4.42º 0.9% 0.35% -
HSV(B) 4.42º 0.95% 0.67% -
XYZ 17.33 9.33 1.15 -
YUV 64.78 96.53 204.48 -
System Red Green Blue C M Y K H S L
Decimal 172 21 9 0 0.88 0.95 0.33 4.42 0.9 0.35
Hex AC 15 9 0 58 5F 21 4 5A 23
Octal 254 25 11 0 130 137 41 4 132 43
Binary 10101100 10101 1001 0 1011000 1011111 100001 100 1011010 100011

Color Harmonies of #AC1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1509

Black with #AC1509

Text Example


Text Example

White with #AC1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1509; }

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

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

background-color css

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

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

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

border-color css

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

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

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