Html Css Color HEX #AC2001 Fire Brick

📋 copy color: '#AC2001'

red 172 ◦ green 32 ◦ blue 1

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

Shades of Fire Brick #AC2001

Tints of Fire Brick #AC2001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 83.9%
G = 15.61%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC2001 (or 0xAC2001) is known color: Fire Brick. HEX triplet: AC, 20 and 01. RGB value is (172,32,1). Sum of RGB (Red+Green+Blue) = 172+32+1=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2001 is #53DFFE. Grayscale: #464646. Windows color (decimal): -5496831 or 73900. OLE color: 73900.

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

Color convert

RGB 172 32 1 -
CMYK 0 0.81 0.99 0.33
HSL 10.88º 0.99% 0.34% -
HSV(B) 10.88º 0.99% 0.67% -
XYZ 17.54 9.81 1 -
YUV 70.33 88.88 200.52 -
System Red Green Blue C M Y K H S L
Decimal 172 32 1 0 0.81 0.99 0.33 10.88 0.99 0.34
Hex AC 20 1 0 51 63 21 B 63 22
Octal 254 40 1 0 121 143 41 13 143 42
Binary 10101100 100000 1 0 1010001 1100011 100001 1011 1100011 100010

Color Harmonies of #AC2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2001

Black with #AC2001

Text Example


Text Example

White with #AC2001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2001; }

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

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

background-color css

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

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

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

border-color css

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

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

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