Html Css Color HEX #AC1906 Fire Brick

📋 copy color: '#AC1906'

red 172 ◦ green 25 ◦ blue 6

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

Shades of Fire Brick #AC1906

Tints of Fire Brick #AC1906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

 BLUE value IS 6 (2.73% from 255) = 2.96%

R = 84.73%
G = 12.32%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC1906 (or 0xAC1906) is known color: Fire Brick. HEX triplet: AC, 19 and 06. RGB value is (172,25,6). Sum of RGB (Red+Green+Blue) = 172+25+6=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1906 is #53E6F9. Grayscale: #434343. Windows color (decimal): -5498618 or 399788. OLE color: 399788.

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

Color convert

RGB 172 25 6 -
CMYK 0 0.85 0.97 0.33
HSL 6.87º 0.93% 0.35% -
HSV(B) 6.87º 0.97% 0.67% -
XYZ 17.39 9.48 1.09 -
YUV 66.79 93.7 203.04 -
System Red Green Blue C M Y K H S L
Decimal 172 25 6 0 0.85 0.97 0.33 6.87 0.93 0.35
Hex AC 19 6 0 55 61 21 7 5D 23
Octal 254 31 6 0 125 141 41 7 135 43
Binary 10101100 11001 110 0 1010101 1100001 100001 111 1011101 100011

Color Harmonies of #AC1906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1906

Black with #AC1906

Text Example


Text Example

White with #AC1906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1906; }

 p { color: rgb(172,25,6); }

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

background-color css

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

 a { background-color: rgb(172,25,6); }

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

border-color css

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

 span { border-color: rgb(172,25,6); }

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