Html Css Color HEX #AC201E Fire Brick

📋 copy color: '#AC201E'

red 172 ◦ green 32 ◦ blue 30

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

Shades of Fire Brick #AC201E

Tints of Fire Brick #AC201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.82%

R = 73.5%
G = 13.68%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC201E (or 0xAC201E) is known color: Fire Brick. HEX triplet: AC, 20 and 1E. RGB value is (172,32,30). Sum of RGB (Red+Green+Blue) = 172+32+30=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC201E is #53DFE1. Grayscale: #494949. Windows color (decimal): -5496802 or 1974444. OLE color: 1974444.

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

Color convert

RGB 172 32 30 -
CMYK 0 0.81 0.83 0.33
HSL 0.85º 0.7% 0.4% -
HSV(B) 0.85º 0.83% 0.67% -
XYZ 17.76 9.9 2.2 -
YUV 73.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 172 32 30 0 0.81 0.83 0.33 0.85 0.7 0.4
Hex AC 20 1E 0 51 53 21 1 46 28
Octal 254 40 36 0 121 123 41 1 106 50
Binary 10101100 100000 11110 0 1010001 1010011 100001 1 1000110 101000

Color Harmonies of #AC201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC201E

Black with #AC201E

Text Example


Text Example

White with #AC201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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