Html Css Color HEX #AC201A Fire Brick

📋 copy color: '#AC201A'

red 172 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #AC201A

Tints of Fire Brick #AC201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.3%

R = 74.78%
G = 13.91%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC201A (or 0xAC201A) is known color: Fire Brick. HEX triplet: AC, 20 and 1A. RGB value is (172,32,26). Sum of RGB (Red+Green+Blue) = 172+32+26=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC201A is #53DFE5. Grayscale: #494949. Windows color (decimal): -5496806 or 1712300. OLE color: 1712300.

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

Color convert

RGB 172 32 26 -
CMYK 0 0.81 0.85 0.33
HSL 2.47º 0.74% 0.39% -
HSV(B) 2.47º 0.85% 0.67% -
XYZ 17.72 9.88 1.95 -
YUV 73.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 172 32 26 0 0.81 0.85 0.33 2.47 0.74 0.39
Hex AC 20 1A 0 51 55 21 2 4A 27
Octal 254 40 32 0 121 125 41 2 112 47
Binary 10101100 100000 11010 0 1010001 1010101 100001 10 1001010 100111

Color Harmonies of #AC201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC201A

Black with #AC201A

Text Example


Text Example

White with #AC201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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